Sun, 14 Mar 2010

Package sem updated to version 0.9-20 with previous version 0.9-19 dated 2009-10-11

Title: Structural Equation Models
Description: This package contains functions for fitting general linear structural equation models (with observed and unobserved variables) by the method of maximum likelihood using the RAM approach, and for fitting structural equations in observed-variable models by two-stage least squares.
Author: John Fox with contributions from Adam Kramer and Michael Friendly
Maintainer: John Fox

Diff between sem versions 0.9-19 dated 2009-10-11 and 0.9-20 dated 2010-03-14

 DESCRIPTION  |   10 +++++-----
 R/sem.R      |    4 ++--
 inst/CHANGES |    4 ++++
 3 files changed, 11 insertions(+), 7 deletions(-)

More information about sem at CRAN
Permanent link

Package R.oo updated to version 1.7.0 with previous version 1.6.7 dated 2010-01-22

Title: R object-oriented programming with or without references
Description: Methods and classes for object-oriented programming in R with or without references. Large effort has been made on making definition of methods as simple as possible with a minimum of maintenance for package developers. The package has been developed since 2001 and is now considered very stable. This is a cross-platform package implemented in pure R that defines standard S3 classes without any tricks.
Author: Henrik Bengtsson
Maintainer: Henrik Bengtsson

Diff between R.oo versions 1.6.7 dated 2010-01-22 and 1.7.0 dated 2010-03-14

 DESCRIPTION     |    8 ++++----
 NAMESPACE       |only
 R/999.package.R |    5 +++++
 R/zzz.R         |    4 +++-
 inst/NEWS       |    4 ++++
 5 files changed, 16 insertions(+), 5 deletions(-)

More information about R.oo at CRAN
Permanent link

Package R.methodsS3 updated to version 1.2.0 with previous version 1.1.0 dated 2010-01-03

Title: Utility function for defining S3 methods
Description: Methods that simplify the setup of S3 generic functions and S3 methods. Major effort has been made in making definition of methods as simple as possible with a minimum of maintenance for package developers. For example, generic functions are created automatically, if missing, and naming conflict are automatically solved, if possible. The method setMethodS3() is a good start for those who in the future want to migrate to S4. This is a cross-platform package implemented in pure R and generates standard S3 methods.
Author: Henrik Bengtsson
Maintainer: Henrik Bengtsson

Diff between R.methodsS3 versions 1.1.0 dated 2010-01-03 and 1.2.0 dated 2010-03-14

 DESCRIPTION |    8 ++++----
 NAMESPACE   |only
 R/zzz.R     |    4 +++-
 inst/NEWS   |    4 ++++
 4 files changed, 11 insertions(+), 5 deletions(-)

More information about R.methodsS3 at CRAN
Permanent link

Package R.cache updated to version 0.3.0 with previous version 0.2.0 dated 2009-10-18

Title: Fast and light-weight caching of objects
Description: Methods for memoization, that is, caching arbitrary R objects in persistent memory. Objects can be loaded and saved stratified on a set of hashing objects.
Author: Henrik Bengtsson
Maintainer: Henrik Bengtsson

Diff between R.cache versions 0.2.0 dated 2009-10-18 and 0.3.0 dated 2010-03-14

 DESCRIPTION |   10 ++++------
 NAMESPACE   |only
 R/zzz.R     |    3 ++-
 inst/NEWS   |    4 ++++
 4 files changed, 10 insertions(+), 7 deletions(-)

More information about R.cache at CRAN
Permanent link

Package RcmdrPlugin.MAd updated to version 0.2 with previous version 0.1 dated 2010-03-13

Title: Meta-Analysis with Mean Differences (MAd) Rcmdr Plug-in
Description: This is an R-Commander plug-in for the MAd package (Meta-Analysis with Mean Differences). This package enables the user to conduct a meta-analysis in a menu-driven, graphical user interface environment (e.g., SPSS), while having the full statistical capabilities of R and the MAd package. The MAd package itself contains a variety of useful functions for conducting a research synthesis with mean differences data. One of the unique features of the MAd package is in its integration of user-friendly functions to complete many of the statistical steps involved in a meta-analysis with mean differences. It uses recommended procedures as described in The Handbook of Research Synthesis and Meta-Analysis (Cooper, Hedges, & Valentine, 2009).
Author: AC Del Re
Maintainer: AC Del Re

Diff between RcmdrPlugin.MAd versions 0.1 dated 2010-03-13 and 0.2 dated 2010-03-14

 DESCRIPTION                    |   12 ++++-----
 inst/etc/menus.txt             |   52 ++++++++++++++++++++---------------------
 man/RcmdrPlugin.MAd-package.Rd |   20 +++++++--------
 3 files changed, 42 insertions(+), 42 deletions(-)

More information about RcmdrPlugin.MAd at CRAN
Permanent link

Package pcalg updated to version 1.0-0 with previous version 0.1-9 dated 2009-09-23

Title: Estimation of CPDAG/PAG and causal inference using the IDA algorithm
Description: Standard and robust estimation of the equivalence class of a Directed Acyclic Graph (DAG) via the PC-Algorithm. The equivalence class is represented by its (unique) Completetd Partially Directed Acyclic Graph (CPDAG). Furthermore, a PAG instead of a CPDAG can be estimated if latent variables and/or selection variables are assumed to be present. Functions for causal inference using the IDA algorithm (based on do-calculus of Judea Pearl) are provided for CPDAGs.
Author: Markus Kalisch, Martin Maechler, Diego Colombo
Maintainer: Markus Kalisch

Diff between pcalg versions 0.1-9 dated 2009-09-23 and 1.0-0 dated 2010-03-14

 pcalg-0.1-9/pcalg/man/decHeur.Rd                |only
 pcalg-0.1-9/pcalg/tests/test_decHeur.R          |only
 pcalg-1.0-0/pcalg/DESCRIPTION                   |   30 
 pcalg-1.0-0/pcalg/NAMESPACE                     |   22 
 pcalg-1.0-0/pcalg/R/pcalg.R                     | 2006 +++++++++++++++++++++---
 pcalg-1.0-0/pcalg/data                          |only
 pcalg-1.0-0/pcalg/inst/doc/Sweave-pcalg.Rnw     |    7 
 pcalg-1.0-0/pcalg/inst/doc/Sweave-pcalg.pdf     |binary
 pcalg-1.0-0/pcalg/inst/doc/auto/Sweave-pcalg.el |    5 
 pcalg-1.0-0/pcalg/man/beta.special.Rd           |   12 
 pcalg-1.0-0/pcalg/man/beta.special.pcObj.Rd     |   40 
 pcalg-1.0-0/pcalg/man/binCItest.Rd              |only
 pcalg-1.0-0/pcalg/man/disCItest.Rd              |only
 pcalg-1.0-0/pcalg/man/dsep.Rd                   |only
 pcalg-1.0-0/pcalg/man/dsepTest.Rd               |only
 pcalg-1.0-0/pcalg/man/fci.Rd                    |only
 pcalg-1.0-0/pcalg/man/fciAlgo-class.Rd          |only
 pcalg-1.0-0/pcalg/man/gSquareBin.Rd             |only
 pcalg-1.0-0/pcalg/man/gSquareDis.Rd             |only
 pcalg-1.0-0/pcalg/man/gaussCItest.Rd            |only
 pcalg-1.0-0/pcalg/man/ida.Rd                    |only
 pcalg-1.0-0/pcalg/man/idaFast.Rd                |only
 pcalg-1.0-0/pcalg/man/mcor.Rd                   |    2 
 pcalg-1.0-0/pcalg/man/pc.Rd                     |only
 pcalg-1.0-0/pcalg/man/pcAlgo-class.Rd           |  159 +
 pcalg-1.0-0/pcalg/man/pcAlgo.Rd                 |   17 
 pcalg-1.0-0/pcalg/man/pcSelect.presel.Rd        |    2 
 pcalg-1.0-0/pcalg/man/pcalg-internal.Rd         |    3 
 pcalg-1.0-0/pcalg/man/pdsep.Rd                  |only
 pcalg-1.0-0/pcalg/man/plotSG.Rd                 |only
 pcalg-1.0-0/pcalg/man/qreach.Rd                 |only
 pcalg-1.0-0/pcalg/man/rmvDAG.Rd                 |    3 
 pcalg-1.0-0/pcalg/man/skeleton.Rd               |only
 pcalg-1.0-0/pcalg/tests/discreteData.rda        |only
 pcalg-1.0-0/pcalg/tests/test_amat2dag.R         |    2 
 pcalg-1.0-0/pcalg/tests/test_dsep.R             |only
 pcalg-1.0-0/pcalg/tests/test_fci.R              |only
 pcalg-1.0-0/pcalg/tests/test_gSquareBin.R       |only
 pcalg-1.0-0/pcalg/tests/test_gSquareDis.R       |only
 pcalg-1.0-0/pcalg/tests/test_ida.R              |only
 pcalg-1.0-0/pcalg/tests/test_idaFast.R          |only
 pcalg-1.0-0/pcalg/tests/test_pc.R               |only
 pcalg-1.0-0/pcalg/tests/test_skeleton.R         |only
 43 files changed, 1966 insertions(+), 344 deletions(-)

More information about pcalg at CRAN
Permanent link

Package RcmdrPlugin.MAc updated to version 1.0.7 with previous version 1.0.6 dated 2010-03-13

Title: Meta-Analysis with Correlations (MAc) Rcmdr Plug-in
Description: This is an R-Commander plug-in for the MAc package (Meta-Analysis with Correlations). This package enables the user to conduct a meta-analysis in a menu-driven, graphical user interface environment (e.g., SPSS), while having the full statistical capabilities of R and the MAc package. The MAc package itself contains a variety of useful functions for conducting a research synthesis with correlational data. One of the unique features of the MAc package is in its integration of user-friendly functions to complete the majority of statistical steps involved in a meta-analysis with correlations. It uses recommended procedures as described in The Handbook of Research Synthesis and Meta-Analysis (Cooper, Hedges, & Valentine, 2009).
Author: AC Del Re
Maintainer: AC Del Re

Diff between RcmdrPlugin.MAc versions 1.0.6 dated 2010-03-13 and 1.0.7 dated 2010-03-14

 DESCRIPTION                    |    8 ++---
 R/RcmdrPlugin.R                |    1 
 inst/etc/menus.txt             |   60 ++++++++++++++++++++---------------------
 man/RcmdrPlugin.MAc-package.Rd |   10 +++---
 4 files changed, 40 insertions(+), 39 deletions(-)

More information about RcmdrPlugin.MAc at CRAN
Permanent link

Package RSurvey updated to version 0.5.0 with previous version 0.4.9 dated 2010-02-15

Title: Analysis of Spatially Distributed Data
Description: This package is a processing program for spatially distributed data. The program is capable of error corrections, polygon manipulation, and data visualization. A graphical user interface is provided.
Author: Jason C. Fisher
Maintainer: Jason C. Fisher

Diff between RSurvey versions 0.4.9 dated 2010-02-15 and 0.5.0 dated 2010-03-14

 DESCRIPTION             |    8 +-
 R/polyAutocrop.R        |    3 
 R/polyManage.R          |  164 +++++++++++++++++++++++++-----------------------
 R/srvy.R                |    8 +-
 R/srvy.config.R         |   30 ++++----
 R/srvy.pref.R           |   73 ++++++++++-----------
 R/srvy.process.R        |   15 ++++
 R/srvy.vars.R           |    6 -
 data/project.rda        |binary
 man/RSurvey-package.Rd  |   22 ++----
 man/autocrop.Rd         |    2 
 man/axesLimits.Rd       |   16 ++--
 man/getFile.Rd          |    2 
 man/plotSurvey2d.Rd     |   16 ++--
 man/plotSurvey3d.Rd     |   10 +-
 man/plotTime.Rd         |    8 +-
 man/point.on.surface.Rd |    6 -
 man/polyAutocrop.Rd     |   11 +--
 man/polyCutout.Rd       |   12 +--
 man/polyManage.Rd       |    8 +-
 man/polyTranslate.Rd    |    4 -
 man/readFile.Rd         |   30 ++++----
 man/srvy.Rd             |    2 
 man/srvy.dat.Rd         |   18 ++---
 man/srvy.pref.Rd        |    2 
 25 files changed, 254 insertions(+), 222 deletions(-)

More information about RSurvey at CRAN
Permanent link


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