Mon, 27 Apr 2009

Package arulesSequences updated to version 0.1-6 with previous version 0.1-5 dated 2009-01-09

Author: Christian Buchta and Michael Hahsler
Title: Mining frequent sequences
Description: Add-on for arules to handle and mine frequent sequences. Provides interfaces to the C++ implementation of cSPADE by Mohammed J. Zaki.

Diff between arulesSequences versions 0.1-5 dated 2009-01-09 and 0.1-6 dated 2009-04-27

 CHANGELOG                    |   11 +++++++++++
 DESCRIPTION                  |   16 +++++++++-------
 R/02sequences.R              |    2 ++
 src_exec/TPOSE/Array.h       |    2 +-
 src_exec/cSPADE/Array.h      |    2 +-
 src_exec/cSPADE/extl2.cc     |    2 +-
 src_exec/cSPADE/maxgap.cc    |    2 +-
 src_exec/cSPADE/partition.cc |    2 +-
 src_exec/cSPADE/sequence.cc  |    2 +-
 9 files changed, 28 insertions(+), 13 deletions(-)

More information about arulesSequences at CRAN
Permanent link

Package Rcmdr updated to version 1.4-10 with previous version 1.4-9 dated 2009-04-04

Author: John Fox , with contributions from Michael Ash, Theophilius Boye, Stefano Calza, Andy Chang, Philippe Grosjean, Richard Heiberger, G. Jay Kerns, Renaud Lancelot, Matthieu Lesnoff, Samir Messad, Martin Maechler, Duncan Murdoch, Erich Neuwirth, Dan Putler, Brian Ripley, Miroslav Ristic, and Peter Wolf.
Title: R Commander
Description: A platform-independent basic-statistics GUI (graphical user interface) for R, based on the tcltk package.

Diff between Rcmdr versions 1.4-9 dated 2009-04-04 and 1.4-10 dated 2009-04-27

 DESCRIPTION          |   11 +++++------
 R/commander.R        |   31 +++++++++++++++++--------------
 R/utilities.R        |    2 +-
 inst/CHANGES         |    8 ++++++++
 man/Commander.Rd     |    3 +++
 man/Rcmdr-package.Rd |    4 ++--
 6 files changed, 36 insertions(+), 23 deletions(-)

More information about Rcmdr at CRAN
Permanent link

Package Amelia updated to version 1.2-2 with previous version 1.2-1 dated 2009-04-15

Author: James Honaker , Gary King , Matthew Blackwell
Title: Amelia II: A Program for Missing Data
Description: Amelia II "multiply imputes" missing data in a single cross-section (such as a survey), from a time series (like variables collected for each year in a country), or from a time-series-cross-sectional data set (such as collected by years for each of several countries). Amelia II implements our bootstrapping-based algorithm that gives essentially the same answers as the standard IP or EMis approaches, is usually considerably faster than existing approaches and can handle many more variables. Unlike Amelia I and other statistically rigorous imputation software, it virtually never crashes (but please let us know if you find to the contrary!). The program also generalizes existing approaches by allowing for trends in time series across observations within a cross-sectional unit, as well as priors that allow experts to incorporate beliefs they have about the values of missing cells in their data. Amelia II also includes useful diagnostics of the fit of multiple imputation models. The program works from the R command line or via a graphical user interface that does not require users to know R.

Diff between Amelia versions 1.2-1 dated 2009-04-15 and 1.2-2 dated 2009-04-27

 DESCRIPTION          |    8 
 R/emb.r              |    5 
 inst/doc/amelia.log  |    4 
 inst/doc/amelia.pdf  | 1716 +++++++++++++++++++++++++--------------------------
 inst/doc/amelia.tex  |    2 
 inst/doc/index.shtml |    2 
 6 files changed, 861 insertions(+), 876 deletions(-)

More information about Amelia at CRAN
Permanent link

Package smoothSurv updated to version 0.4 with previous version 0.3-12 dated 2008-06-26

Author: Arnost Komarek
Title: Survival Regression with Smoothed Error Distribution
Description: This package contains primarily a function to fit a regression model with possibly right, left or interval censored observations and with the error distrbution expressed as a mixture of G-splines. Core part of the computation is done in compiled C++ written using the Scythe Statistical Libary Version 0.3.

Diff between smoothSurv versions 0.3-12 dated 2008-06-26 and 0.4 dated 2009-04-27

 CHANGES           |    5 +++++
 DESCRIPTION       |   24 +++++++++++++-----------
 R/smoothSurvReg.R |    8 ++++----
 3 files changed, 22 insertions(+), 15 deletions(-)

More information about smoothSurv at CRAN
Permanent link

Package influence.ME updated to version 0.6.1 with previous version 0.6 dated 2009-04-26

Author: Rense Nieuwenhuis, Ben Pelzer, Manfred te Grotenhuis
Title: Tools for recognizing influential data in mixed models
Description: influence.ME provides a collection of tool for calculating measures of influential data for mixed effects models. The basic rationale behind identifying influential data is that when iteratively single units are omitted from the data, models based on these data should not produce substantially different estimates. To standardize the assessment of how influential a (single group of) observation(s) is, several measures of influence are common practice. First, DFBETAS is a standardized measure of the absolute difference between the estimate with a particular case included and the estimate without that particular case. Second, Cook's distance provides an overall measurement of the change in all parameter estimates, or a selection thereof.

Diff between influence.ME versions 0.6 dated 2009-04-26 and 0.6.1 dated 2009-04-27

 DESCRIPTION                 |    8 ++++----
 man/estex.Rd                |    2 +-
 man/grouping.levels.Rd      |    3 ---
 man/influence.ME-package.Rd |    6 +++---
 4 files changed, 8 insertions(+), 11 deletions(-)

More information about influence.ME at CRAN
Permanent link

Package glmmAK updated to version 1.3 with previous version 1.2 dated 2008-06-26

Author: Arnost Komarek
Title: Generalized Linear Mixed Models
Description: Later

Diff between glmmAK versions 1.2 dated 2008-06-26 and 1.3 dated 2009-04-27

 DESCRIPTION         |    8 +++++---
 inst/doc/index.html |    2 +-
 man/GMRF.Rd         |    6 +++---
 3 files changed, 9 insertions(+), 7 deletions(-)

More information about glmmAK at CRAN
Permanent link

Package RHmm updated to version 1.3.0 with previous version 1.2.0 dated 2008-11-30

Author: Ollivier TARAMASCO
Title: Hidden Markov Models simulations and estimations
Description: Discrete, univariate or multivariate gaussian, mixture of univariate or multivariate gaussian HMM functions for simulation and estimation.

Diff between RHmm versions 1.2.0 dated 2008-11-30 and 1.3.0 dated 2009-04-27

 DESCRIPTION                     |   28 ++++++----
 R/RHmm-HyperNew.R               |    4 -
 R/RHmm-internals.R              |    4 -
 R/RHmm.R                        |    9 ++-
 README                          |    3 -
 man/HMMFit.rd                   |   15 +++--
 man/distributionSet.rd          |   12 ++--
 src/AllDistributions.h          |    4 -
 src/Debogage.h                  |    4 -
 src/Hmm.h                       |    4 -
 src/Kmeans.cpp                  |    4 -
 src/Kmeans.h                    |    4 -
 src/MultivariateNormalUtil.cpp  |    4 -
 src/MultivariateNormalUtil.h    |    4 -
 src/OTMathUtil.h                |    4 -
 src/REquivalents.h              |    4 -
 src/RHmm.cpp                    |   18 ++++--
 src/RHmm.h                      |    4 -
 src/SamplesUtil.cpp             |    4 -
 src/SamplesUtil.h               |    4 -
 src/cBaumWelch.cpp              |    4 -
 src/cBaumWelch.h                |    4 -
 src/cBaumWelchInParam.cpp       |    4 -
 src/cBaumWelchInParam.h         |    4 -
 src/cDiscrete.cpp               |    4 -
 src/cDiscrete.h                 |    4 -
 src/cDistribution.h             |    4 -
 src/cHmm.cpp                    |    4 -
 src/cHmm.h                      |    4 -
 src/cHmmFit.cpp                 |    4 -
 src/cHmmFit.h                   |    4 -
 src/cInParam.cpp                |    4 -
 src/cInParam.h                  |    4 -
 src/cLogBaumWelch.cpp           |  103 ++++++++++++++++++++++++++++++++++++----
 src/cLogBaumWelch.h             |    8 ++-
 src/cMixtMultivariateNormal.cpp |    4 -
 src/cMixtMultivariateNormal.h   |    4 -
 src/cMixtUnivariateNormal.cpp   |    4 -
 src/cMixtUnivariateNormal.h     |    4 -
 src/cMultivariateNormal.cpp     |    4 -
 src/cMultivariateNormal.h       |    4 -
 src/cOTError.cpp                |    4 -
 src/cOTError.h                  |    4 -
 src/cOTMatrix.cpp               |    4 -
 src/cOTMatrix.h                 |    4 -
 src/cOTVector.cpp               |    4 -
 src/cOTVector.h                 |    4 -
 src/cRUtils.cpp                 |    4 -
 src/cRUtils.h                   |    4 -
 src/cRandomGenerator.h          |    4 -
 src/cUnivariateNormal.cpp       |    4 -
 src/cUnivariateNormal.h         |    4 -
 src/cViterbi.cpp                |    4 -
 src/cViterbi.h                  |    4 -
 src/logprob.cpp                 |    4 -
 src/logprob.h                   |    4 -
 56 files changed, 246 insertions(+), 142 deletions(-)

More information about RHmm at CRAN
Permanent link

Package MKmisc updated to version 0.4 with previous version 0.3 dated 2008-11-30

Author: Matthias Kohl
Title: Miscellaneous Functions from M. Kohl
Description: Miscellaneous Functions from M. Kohl

Diff between MKmisc versions 0.3 dated 2008-11-30 and 0.4 dated 2009-04-27

 DESCRIPTION           |   28 +++++++++++++++-------------
 R/corPlot.R           |   11 ++++++-----
 R/heatmapCol.R        |    4 ++--
 man/MKmisc-package.Rd |    6 +++---
 man/corDist.Rd        |    6 +++---
 man/corPlot.Rd        |    9 +++++++--
 man/heatmapCol.Rd     |    3 ++-
 7 files changed, 38 insertions(+), 29 deletions(-)

More information about MKmisc at CRAN
Permanent link

Package MCPMod updated to version 1.0-3 with previous version 1.0-2 dated 2009-03-04

Author: Bjoern Bornkamp, Jose Pinheiro and Frank Bretz
Title: Design and Analysis of Dose-Finding Studies
Description: This package implements a methodology for the design and analysis of dose-response studies that combines aspects of multiple comparison procedures and modeling approaches (Bretz, Pinheiro and Branson, 2005, Biometrics 61, 738-748). The package provides tools for the analysis of dose finding trials as well as a variety of tools necessary to plan a trial to be conducted with the MCPMod methodology.

Diff between MCPMod versions 1.0-2 dated 2009-03-04 and 1.0-3 dated 2009-04-27

 ChangeLog             |    5 
 DESCRIPTION           |   34 
 R/analysisMM.R        |    6 
 ToDo                  |    3 
 inst/doc/MCPMod.pdf   | 2132 ++++++++++++++++++++++++--------------------------
 inst/doc/Rplots.pdf   |only
 man/MCPMod-package.Rd |    4 
 7 files changed, 1078 insertions(+), 1106 deletions(-)

More information about MCPMod at CRAN
Permanent link

Package graphicsQC updated to version 1.0-4 with previous version 1.0-3 dated 2009-03-31

Author: Stephen Gardiner and Paul Murrell
Title: Quality Control for Graphics in R
Description: The package provides functions to generate graphics files, compare them with ``model'' files, and report the results.

Diff between graphicsQC versions 1.0-3 dated 2009-03-31 and 1.0-4 dated 2009-04-27

 ChangeLog     |    9 +++++++++
 DESCRIPTION   |    6 +++---
 inst/CITATION |only
 inst/doc      |only
 4 files changed, 12 insertions(+), 3 deletions(-)

More information about graphicsQC at CRAN
Permanent link

Package ez updated to version 1.1 with previous version 1.0 dated 2009-04-26

Author: Michael A. Lawrence
Title: Easy analysis and visualization of factorial experiments.
Description: This package facilitates easy analysis of factorial experiments, including purely within-Ss designs (a.k.a. "repeated measures"), purely between-Ss designs, and mixed within-and-between-Ss designs. The functions in this package provide easy access to descriptive statistics, ANOVA, permutation tests, and visualization of results.

Diff between ez versions 1.0 dated 2009-04-26 and 1.1 dated 2009-04-27

 DESCRIPTION       |   12 ++++++------
 NAMESPACE         |    2 +-
 R/ez-internal.R   |   15 +++++++++++++++
 R/ezPerm.R        |only
 man/ANT.Rd        |    2 +-
 man/ez-package.Rd |   17 +++++++++++++----
 man/ezANOVA.Rd    |    7 +++----
 man/ezPerm.Rd     |only
 man/ezPlot.Rd     |    2 +-
 man/ezStats.Rd    |    2 +-
 10 files changed, 41 insertions(+), 18 deletions(-)

More information about ez at CRAN
Permanent link

Package archetypes updated to version 1.0 with previous version 0.1-1 dated 2009-04-15

Author: Manuel J. A. Eugster
Title: Archetypal Analysis
Description: The main function archetypes implements a framework for archetypal analysis supporting arbitary problem solving mechanisms for the different conceputal parts of the algorithm. NOTE: This package is used as real-world test application for the Roxygen documentation system. At the moment, Roxygen does not produce "good" help pages for the everyday use of a package; we refer to the vignette for a consistent package illustration.

Diff between archetypes versions 0.1-1 dated 2009-04-15 and 1.0 dated 2009-04-27

 DESCRIPTION             |   10 
 inst/CITATION           |   27 +
 inst/doc/archetypes.Rnw |  727 +++++++++++++++++++++++++++---------------------
 inst/doc/archetypes.bib |   88 +++--
 inst/doc/archetypes.pdf |binary
 inst/doc/rt-002.pdf     |only
 inst/doc/rt-003.pdf     |only
 7 files changed, 494 insertions(+), 358 deletions(-)

More information about archetypes at CRAN
Permanent link


Built and running on Debian GNU/Linux using R, littler and blosxom. Styled with Bootstrap.