Title: Response Probability Functions
Description: The purpose of this package is to factor out logic and
math common to Item Response Theory fitting, diagnostics, and
analysis. It is envisioned as core support code suitable for
more specialized IRT packages to build upon. Complete access to
optimized C functions are made available with
R_RegisterCCallable.
Author: Joshua Pritikin [cre, aut], Jonathan Weeks [ctb]
Maintainer: Joshua Pritikin
Diff between rpf versions 0.6 dated 2013-01-21 and 0.7 dated 2013-01-25
rpf-0.6/rpf/inst/install |only rpf-0.6/rpf/inst/package |only rpf-0.6/rpf/src/libirt-rpf.h |only rpf-0.7/rpf/DESCRIPTION | 10 ++++----- rpf-0.7/rpf/MD5 | 22 +++++++++++--------- rpf-0.7/rpf/R/diagnose.R | 37 +++++++++++++++++++++++++---------- rpf-0.7/rpf/inst/doc/diag-1dim.Rnw | 15 +++++++++++--- rpf-0.7/rpf/inst/doc/diag-1dim.pdf |binary rpf-0.7/rpf/inst/include |only rpf-0.7/rpf/man/rpf.1dim.fit.Rd | 12 +++++++---- rpf-0.7/rpf/man/rpf.1dim.residual.Rd |only rpf-0.7/rpf/src/glue.c | 2 - rpf-0.7/rpf/src/libirt-rpf.c | 2 - rpf-0.7/rpf/util |only 14 files changed, 66 insertions(+), 34 deletions(-)
Title: R Commander
Description: A platform-independent basic-statistics GUI (graphical
user interface) for R, based on the tcltk package.
Author: John Fox [aut, cre], Liviu Andronic [ctb], Michael Ash [ctb],
Milan Bouchet-Valat [ctb], Theophilius Boye [ctb], Stefano
Calza [ctb], Andy Chang [ctb], Philippe Grosjean [ctb], Richard
Heiberger [ctb], Kosar Karimi Pour [ctb], G. Jay Kerns [ctb],
Renaud Lancelot [ctb], Matthieu Lesnoff [ctb], Uwe Ligges
[ctb], Samir Messad [ctb], Martin Maechler [ctb], Robert
Muenchen [ctb], Duncan Murdoch [ctb], Erich Neuwirth [ctb], Dan
Putler [ctb], Brian Ripley [ctb], Miroslav Ristic [ctb], Peter
Wolf [ctb]
Maintainer: John Fox
Diff between Rcmdr versions 1.9-3 dated 2013-01-16 and 1.9-4 dated 2013-01-25
DESCRIPTION | 11 ++---- MD5 | 18 +++++----- NAMESPACE | 2 - NEWS | 8 ++++ R/commander.R | 21 +++++++++++- R/data-menu.R | 88 +++++++++++++++++++++++++-------------------------- R/model-menu.R | 14 ++++---- R/utilities.R | 30 ++++------------- man/Commander.Rd | 5 ++ man/Rcmdr-package.Rd | 4 +- 10 files changed, 108 insertions(+), 93 deletions(-)
Title: Rcmdr Teaching Demos Plug-In
Description: This package provides an Rcmdr "plug-in" based on the
TeachingDemos package, and is primarily for illustrative
purposes.
Author: John Fox
Maintainer: John Fox
Diff between RcmdrPlugin.TeachingDemos versions 1.0-6 dated 2012-08-28 and 1.0-7 dated 2013-01-25
DESCRIPTION | 12 ++++---- MD5 | 10 +++--- NAMESPACE | 5 ++- R/RcmdrPlugin.TeachingDemos.R | 45 +++++++++++++++++-------------- inst/CHANGES | 4 ++ man/RcmdrPlugin.TeachingDemos-package.Rd | 4 +- 6 files changed, 46 insertions(+), 34 deletions(-)
More information about RcmdrPlugin.TeachingDemos at CRAN
Permanent link
Title: Create cryptographic hash digests of R objects
Description: The digest package provides a function 'digest()' for the
creation of hash digests of arbitrary R objects (using the md5,
sha-1, sha-256 and crc32 algorithms) permitting easy comparison
of R language objects, as well as a function 'hmac()' to create
hash-based message authentication code.
The md5 algorithm by Ron Rivest is specified in RFC 1321, the sha-1 and
sha-256 algorithms are specified in FIPS-180-1 and FIPS-180-2,
and the crc32 algorithm is described in
ftp://ftp.rocksoft.com/cliens/rocksoft/papers/crc_v3.txt.
For md5, sha-1, sha-256 and aes, this package uses a small standalone
implementations that were provided by Christophe Devine. For
crc32, code from the zlib library is used. For sha-512, an
implementation by Aaron D. Gifford is used.
Please note that this package is not meant to be deployed for
cryptographic purposes for which more comprehensive (and widely
tested) libraries such as OpenSSL should be used.
Author: Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel
Diff between digest versions 0.6.1 dated 2013-01-21 and 0.6.2 dated 2013-01-25
ChangeLog | 10 ++ DESCRIPTION | 8 - MD5 | 10 +- man/AES.Rd | 32 +++--- tests/AESTest.R | 32 +++--- tests/AESTest.Rout.save | 230 ++++++++++++++++++++++++------------------------ 6 files changed, 166 insertions(+), 156 deletions(-)
Title: The Rebmix Package
Description: R functions for random univariate and multivariate finite
mixture generation, number of components, component weights and
component parameters estimation, printing and plotting of
finite mixtures, bootstrapping and class membership prediction.
Variables can be either continuous or discrete, may follow
normal, lognormal, Weibull, gamma, binomial, Poisson or Dirac
parametric families and should be independent within
components.
Author: Marko Nagode
Maintainer: Marko Nagode
Diff between rebmix versions 2.4.2 dated 2012-11-11 and 2.5.0 dated 2013-01-25
DESCRIPTION | 6 - MD5 | 26 ++--- R/REBMIX.R | 2 R/RNGMIX.R | 2 R/boot.R | 12 +- R/predict.list.R | 2 inst/NEWS.Rd | 7 + inst/doc/rebmix.Rnw | 104 +++++++++++++++------- inst/doc/rebmix.bib | 16 +++ inst/doc/rebmix.pdf |binary src/Rrebmix.c | 8 - src/rebmixf.c | 239 +++++++++++++++++++++++++++++++++++++++++----------- src/rebmixf.h | 4 src/rngmixf.c | 2 14 files changed, 316 insertions(+), 114 deletions(-)
Title: Multinomial Processing Tree (MPT) Models
Description: Fitting and testing multinomial processing tree models, a
class of statistical models for categorical data. The
parameters are the link probabilities of a tree-like graph and
represent the latent cognitive processing steps executed to
arrive at observable response categories (Batchelder & Riefer,
1999; Erdfelder et al., 2009; Riefer & Batchelder, 1988).
Author: Florian Wickelmaier
Maintainer: Florian Wickelmaier
Diff between mpt versions 0.4-0 dated 2011-08-29 and 0.4-1 dated 2013-01-25
ChangeLog | 9 ++++++++ DESCRIPTION | 24 ++++++++++------------- MD5 | 27 ++++++++++++++------------ NAMESPACE | 1 R/mpt.R | 54 +++++++++++++++++++++++++++++----------------------- data/proact.rda |binary data/recogROC.rda |only data/retroact.rda |binary inst |only man/logLik.mpt.Rd | 2 + man/mpt.Rd | 6 +++-- man/mptEM.Rd | 10 ++++----- man/mptmodel.Rd | 8 ++++--- man/recogROC.Rd |only man/retroact.Rd | 4 +-- man/simulate.mpt.Rd | 8 +++---- 16 files changed, 89 insertions(+), 64 deletions(-)
Title: Miscellaneous 3D Plots
Description: A collection of miscellaneous 3d plots, including
isosurfaces.
Author: Dai Feng and Luke Tierney
Maintainer: Luke Tierney
Diff between misc3d versions 0.8-3 dated 2012-08-08 and 0.8-4 dated 2013-01-25
DESCRIPTION | 6 +++--- MD5 | 11 ++++++----- NAMESPACE | 2 +- R/contour3d.R | 3 ++- R/triangles.R | 8 ++++++-- man/computeContour3d.Rd |only man/linesTetrahedra.Rd | 5 ++++- 7 files changed, 22 insertions(+), 13 deletions(-)
Title: Colocalisation tests of two genetic traits
Description: Performs the colocalisation tests described in Plagnol et
al (2009) and Wallace et al (in preparation).
Author: Chris Wallace
Maintainer: Chris Wallace
Diff between coloc versions 1.10 dated 2012-11-30 and 1.11 dated 2013-01-25
coloc-1.10/coloc/man/colocMethods.Rd |only coloc-1.11/coloc/ChangeLog | 6 coloc-1.11/coloc/DESCRIPTION | 11 - coloc-1.11/coloc/MD5 | 25 +- coloc-1.11/coloc/NAMESPACE | 5 coloc-1.11/coloc/R/AllClasses.R |only coloc-1.11/coloc/R/bma.R |only coloc-1.11/coloc/R/coloc-package.R |only coloc-1.11/coloc/R/coloc.test.R | 357 +++++++++++++++++++++------------ coloc-1.11/coloc/R/pcs.R |only coloc-1.11/coloc/man/coloc-class.Rd | 75 ++---- coloc-1.11/coloc/man/coloc-package.Rd | 28 +- coloc-1.11/coloc/man/coloc.bma.Rd |only coloc-1.11/coloc/man/coloc.test.Rd | 248 +++++++++++----------- coloc-1.11/coloc/man/colocPCs-class.Rd |only coloc-1.11/coloc/man/eta.Rd |only coloc-1.11/coloc/man/fillin.Rd |only coloc-1.11/coloc/man/pcs.model.Rd |only coloc-1.11/coloc/man/pcs.prepare.Rd |only 19 files changed, 430 insertions(+), 325 deletions(-)
Title: Statistical URV Rcmdr Plug-In
Description: This package provides some statistical models with a
different graphic's window that provides Rcmdr. It is developed
as an Rcmdr plug-in.
Author: Daniela Vicente
Maintainer: Daniela Vicente
Diff between RcmdrPlugin.StatisticalURV versions 1.0-0 dated 2012-06-13 and 1.0-1 dated 2013-01-25
DESCRIPTION | 20 +++++++++--------- MD5 | 16 +++++++-------- NAMESPACE | 8 ++----- R/RcmdrPlugin.StatisticalURV.R | 32 +++++++++++++----------------- inst/CHANGES | 6 ++++- inst/etc/menus.txt | 2 - man/RcmdrPlugin.StatisticalURV-package.Rd | 6 ++--- man/oneWayANOVAURV.Rd | 6 ++--- man/twoWayANOVAURV.Rd | 8 +++---- 9 files changed, 50 insertions(+), 54 deletions(-)
More information about RcmdrPlugin.StatisticalURV at CRAN
Permanent link
Title: Fit and test metaregression models
Description: This package fits meta regression models and generates a
number of statistics: next to t- and z-tests, the likelihood
ratio, bartlett corrected likelihood ratio and permutation
tests are performed on the model coefficients.
Author: Hilde M. Huizenga & Ingmar Visser
Maintainer: Ingmar Visser
Diff between metatest versions 1.0-3 dated 2012-06-25 and 1.0-4 dated 2013-01-25
DESCRIPTION | 18 ++++++++---------- MD5 | 8 ++++---- NEWS | 3 +++ R/permute.R | 4 ++-- data/metadata.rda |binary 5 files changed, 17 insertions(+), 16 deletions(-)
Title: Polytomous logit-normit (graded logistic) model estimation
Description: Performs bivariate composite likelihood and full
information maximum likelihood estimation for polytomous
logit-normit (graded logistic) item response theory (IRT)
models.
Author: Carl F. Falk and Harry Joe
Maintainer: Carl F. Falk
Diff between pln versions 0.2 dated 2012-07-19 and 0.2-1 dated 2013-01-25
pln-0.2-1/pln/DESCRIPTION | 8 pln-0.2-1/pln/MD5 | 22 pln-0.2-1/pln/NAMESPACE | 1 pln-0.2-1/pln/R/simulpln.R |only pln-0.2-1/pln/TODO | 1 pln-0.2-1/pln/data/item5fr.tab |only pln-0.2-1/pln/data/item9cat5.tab |only pln-0.2-1/pln/man/nrmlepln.Rd | 23 pln-0.2-1/pln/man/pln-package.Rd | 4 pln-0.2-1/pln/man/simulpln.Rd |only pln-0.2-1/pln/man/startalphas.Rd | 4 pln-0.2-1/pln/src/simulpln.c | 17 pln-0.2-1/pln/tests/Examples/pln-Ex.Rout.save | 1869 +------------------------- pln-0.2/pln/data/item5fr.tab.gz |only pln-0.2/pln/data/item9cat5.tab.gz |only 15 files changed, 174 insertions(+), 1775 deletions(-)
Title: R tools for phoneticians and phonologists
Description: phonR is an R package for phoneticians and phonologists,
including functions for normalization and plotting of vowels.
Author: Daniel R. McCloy
Maintainer: Daniel R. McCloy
Diff between phonR versions 0.3-1 dated 2012-09-22 and 0.4-1 dated 2013-01-25
DESCRIPTION | 8 - MD5 | 6 R/phonR.r | 379 ++++++++++++++++++++++++++++++++++++------------------ man/plotVowels.Rd | 46 ++++-- 4 files changed, 294 insertions(+), 145 deletions(-)
Title: Scatterplots of image patches
Description: Functions to generate scatterplots with images patches
instead of usual glyphs, with associated utilities.
Author: Pierrick Bruneau
Maintainer: Pierrick Bruneau
Diff between patchPlot versions 0.1.3 dated 2012-12-20 and 0.1.4 dated 2013-01-25
DESCRIPTION | 8 ++++---- MD5 | 5 +++-- R/functions.R | 15 +++++++++++++++ man/getInterRGB.Rd |only 4 files changed, 22 insertions(+), 6 deletions(-)
Title: Markdown rendering for R
Description: Markdown is a plain-text formatting syntax that can be
converted to XHTML or other formats. This package provides R
bindings to the Sundown markdown rendering library.
Author: JJ Allaire, Jeffrey Horner, Vicent Marti, and Natacha Porte
Maintainer: Jeffrey Horner
Diff between markdown versions 0.5.3 dated 2012-11-06 and 0.5.4 dated 2013-01-25
DESCRIPTION | 8 ++--- MD5 | 6 ++-- NEWS | 6 ++++ src/Rmarkdown.c | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 90 insertions(+), 7 deletions(-)
Title: Package for Luminescence Dating data analysis
Description: Package provides a collection of various R functions for
Luminescence Dating data analysis.
Author: Sebastian Kreutzer [aut, trl, cre], Christoph Schmidt [aut],
Margret C. Fuchs [aut], Michael Dietze [aut], Manfred Fischer
[aut, trl], Christoph Burow [aut], Markus Fuchs [ths]
Maintainer: Sebastian Kreutzer
Diff between Luminescence versions 0.2 dated 2012-12-16 and 0.2.1 dated 2013-01-25
Luminescence-0.2.1/Luminescence/DESCRIPTION | 12 +++---- Luminescence-0.2.1/Luminescence/MD5 | 19 ++++++------ Luminescence-0.2.1/Luminescence/NEWS | 4 ++ Luminescence-0.2.1/Luminescence/R/Analyse_SAR.OSLdata.R | 2 - Luminescence-0.2.1/Luminescence/R/Calc_OSLLxTxRatio.R | 6 +-- Luminescence-0.2.1/Luminescence/R/RisoeBINfileData-class.R | 2 + Luminescence-0.2.1/Luminescence/R/plot_GrowthCurve.R | 2 - Luminescence-0.2.1/Luminescence/R/plot_KDE.R | 8 ++++- Luminescence-0.2.1/Luminescence/R/zzz.R |only Luminescence-0.2.1/Luminescence/man/Luminescence-package.Rd | 4 +- Luminescence-0.2.1/Luminescence/man/sTeve.Rd |only Luminescence-0.2/Luminescence/Luminescence.Rproj |only 12 files changed, 36 insertions(+), 23 deletions(-)
Title: R Package for Finding Heterogeneous Treatment Effects
Description: FindIt is an R package that implements the heterogeneous
treatment effect estimation procedure proposed by Imai and
Ratkovic (2013). The proposed method is applicable, for
example, when selecting a small number of most (or least)
efficacious treatments from a large number of alternative
treatments as well as when identifying subsets of the
population who benefit (or are harmed by) a treatment of
interest. The method adapts the Support Vector Machine
classifier by placing separate LASSO constraints over the
pre-treatment parameters and causal heterogeneity parameters of
interest. This allows for the qualitative distinction between
causal and other parameters, thereby making the variable
selection suitable for the exploration of causal heterogeneity.
Author: Marc Ratkovic
Maintainer: Marc Ratkovic
Diff between FindIt versions 0.1 dated 2012-12-10 and 0.2 dated 2013-01-25
ChangeLog | 3 ++- DESCRIPTION | 29 +++++++++++++++++------------ MD5 | 10 +++++----- NAMESPACE | 3 ++- R/SVMHet.R | 27 ++++++++++++++++----------- man/FindIt.Rd | 16 ++++++++-------- 6 files changed, 50 insertions(+), 38 deletions(-)
Title: Bayesian Time-Strat. Population Analysis
Description: BTSPAS provides advanced Bayesian methods to estimate
abundance and run-timing from temporally-stratified Petersen
mark-recapture experiments. Methods include hierarchical
modelling of the capture probabilities and spline smoothing of
the daily run size.
Author: Carl J Schwarz
Maintainer: Carl J Schwarz
Diff between BTSPAS versions 2012.0216 dated 2012-02-20 and 2012.0217 dated 2013-01-25
BTSPAS-2012.0216/BTSPAS/NEWS.Rd |only BTSPAS-2012.0217/BTSPAS/DESCRIPTION | 11 +- BTSPAS-2012.0217/BTSPAS/MD5 | 41 +++++----- BTSPAS-2012.0217/BTSPAS/R/TimeStratPetersenDiagErrorWHChinook2_fit.R | 17 ++-- BTSPAS-2012.0217/BTSPAS/R/TimeStratPetersenDiagErrorWHChinook_fit.R | 11 +- BTSPAS-2012.0217/BTSPAS/R/TimeStratPetersenDiagErrorWHSteel_fit.R | 13 +-- BTSPAS-2012.0217/BTSPAS/R/TimeStratPetersenDiagError_fit.R | 11 +- BTSPAS-2012.0217/BTSPAS/R/TimeStratPetersenNonDiagErrorNPMarkAvail_fit.R | 11 +- BTSPAS-2012.0217/BTSPAS/R/TimeStratPetersenNonDiagErrorNP_fit.R | 11 +- BTSPAS-2012.0217/BTSPAS/R/TimeStratPetersenNonDiagError_fit.R | 11 +- BTSPAS-2012.0217/BTSPAS/R/zzz.R | 4 BTSPAS-2012.0217/BTSPAS/demo/demo-TSPDE-WHchinook.r | 2 BTSPAS-2012.0217/BTSPAS/demo/demo-TSPDE-WHchinook2.r | 2 BTSPAS-2012.0217/BTSPAS/demo/demo-TSPDE-WHsteel.r | 2 BTSPAS-2012.0217/BTSPAS/demo/demo-TSPDE-cov.r | 2 BTSPAS-2012.0217/BTSPAS/demo/demo-TSPDE-spline-in-logitP.r | 2 BTSPAS-2012.0217/BTSPAS/demo/demo-TSPDE.r | 2 BTSPAS-2012.0217/BTSPAS/demo/demo-TSPNDE-conne-2009.r | 4 BTSPAS-2012.0217/BTSPAS/demo/demo-TSPNDE.r | 2 BTSPAS-2012.0217/BTSPAS/demo/demo-TSPNDENP-conne-2009-prior-movement.r | 2 BTSPAS-2012.0217/BTSPAS/demo/demo-TSPNDENP-conne-2009.r | 2 BTSPAS-2012.0217/BTSPAS/inst |only 22 files changed, 75 insertions(+), 88 deletions(-)
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2007-10-29 0.3.2
2007-02-01 0.3.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-09-22 3.5
2010-09-10 3.4
2010-09-03 3.3.2
2009-10-13 3.3.1
2009-09-18 3.3
2009-07-02 3.2.1
2009-07-01 3.2
2009-05-12 3.1.3.3
2009-05-06 3.1.3.2
2009-04-16 3.1.3
2009-02-13 3.1.2
2009-02-11 3.1
2009-02-11 3.1.1
2009-02-10 3.0
2008-11-26 2.2
2008-11-24 2.1
2008-11-18 2.0
2008-07-14 1.1
2008-07-07 1.0
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2012-11-05 0.7-7
2012-07-22 0.7-4
2012-04-04 0.7-3
2011-10-17 0.7-2
2011-03-21 0.7-1
2010-06-01 0.7-0
2009-08-19 0.6-9
2009-04-14 0.6-8
2009-03-26 0.6-7
2009-01-14 0.6-6
2008-12-04 0.6-4
2008-09-19 0.6-2
2008-09-01 0.6-0
2008-08-21 0.5-8
2008-08-06 0.5-5
2008-07-18 0.5-3
2008-04-24 0.5-2
2008-02-29 0.5-0
2008-02-06 0.4-8
2008-01-23 0.4-7
2007-12-11 0.4-5
2007-10-12 0.4-2
2007-08-11 0.4-0
2007-06-28 0.3-8
Previous versions (as known to CRANberries) which should be available via the Archive link are:
2010-08-28 2.2-6
2010-04-08 2.2-5
2010-03-23 2.2-4
2010-03-18 2.2-3
2010-03-09 2.2-2
2009-06-29 2.1-21
2009-01-13 2.1-17
2009-01-09 2.1-16
2009-01-02 2.1-14
2008-09-16 2.1-13
2008-09-10 2.1-12
2008-07-30 2.1-09
2008-07-28 2.1-08
2008-07-09 2.1-07
2008-07-07 2.1-06