Title: SAS Database Reader (experimental)
Diff between sas7bdat versions 0.1 dated 2011-06-15 and 0.2 dated 2011-09-21
Description: Read SAS files in the sas7bdat data format.
Author: Matt Shotwell
Maintainer: Matt Shotwell
sas7bdat-0.1/sas7bdat/.gitignore |only
sas7bdat-0.1/sas7bdat/COPYING |only
sas7bdat-0.2/sas7bdat/DESCRIPTION | 6
sas7bdat-0.2/sas7bdat/MD5 |only
sas7bdat-0.2/sas7bdat/R/sas7bdat.R | 424 ++++--
sas7bdat-0.2/sas7bdat/data/sas7bdat.sources.RData |binary
sas7bdat-0.2/sas7bdat/inst/doc/rst2Rnw.sh |only
sas7bdat-0.2/sas7bdat/inst/doc/sas7bdat.Rnw | 1354 +++++++++++++++++-----
sas7bdat-0.2/sas7bdat/inst/doc/sas7bdat.pdf |binary
sas7bdat-0.2/sas7bdat/inst/doc/sas7bdat.rst | 341 +++--
sas7bdat-0.2/sas7bdat/man/read.sas7bdat.Rd | 8
11 files changed, 1592 insertions(+), 541 deletions(-)
Title: Global Historical Climate Network Version 3
Diff between RghcnV3 versions 2.2 dated 2011-09-11 and 2.3 dated 2011-09-21
Description: The Rghcn package provides the core functions required to
download and format the GHCN V3 data and process it into
temperature series and temperature anomaly series. The data is
reformated so that integration with objects in the system is
straightforward. In addition, there are core functions required
to download and create land masks and functions to download and
import Sea Surface Temperature (SST) data.
Author: Steven Mosher
Maintainer: Steven Mosher
DESCRIPTION | 10 +++++-----
MD5 | 6 +++---
NAMESPACE | 1 -
man/RghcnV3-package.Rd | 5 ++++-
4 files changed, 12 insertions(+), 10 deletions(-)
Title: Logic Forest
Diff between LogicForest versions 1.0 dated 2010-07-25 and 2.0.0 dated 2011-09-21
Description: Two classification ensemble methods based on logic
regression models. Logforest uses a bagging approach to
contruct an ensemble of logic regression models. LBoost uses a
combination of boosting and cross-validation to construct and
ensemble of logic regression models. Both methods are used for
classification of binary responses based on binary predictors
and for identification of important variables and variable
interactions predictive of a binary outcome.
Author: Bethany Wolf
Maintainer: Bethany Wolf
LogicForest-1.0/LogicForest/R/persistence.prep2.R |only
LogicForest-1.0/LogicForest/data/LF.moddat.rda |only
LogicForest-1.0/LogicForest/data/LF.testdat.rda |only
LogicForest-1.0/LogicForest/data/LFfit1.rda |only
LogicForest-1.0/LogicForest/man/LF.moddat.Rd |only
LogicForest-1.0/LogicForest/man/LF.testdat.Rd |only
LogicForest-1.0/LogicForest/man/LFfit1.Rd |only
LogicForest-1.0/LogicForest/man/persistence.prep2.Rd |only
LogicForest-2.0.0/LogicForest/DESCRIPTION | 20 +++--
LogicForest-2.0.0/LogicForest/MD5 |only
LogicForest-2.0.0/LogicForest/R/BoostVimp.plot.R |only
LogicForest-2.0.0/LogicForest/R/CV.data.R |only
LogicForest-2.0.0/LogicForest/R/CV.err.R |only
LogicForest-2.0.0/LogicForest/R/CV.ids.R |only
LogicForest-2.0.0/LogicForest/R/LBoost.PIs.R |only
LogicForest-2.0.0/LogicForest/R/LBoost.R |only
LogicForest-2.0.0/LogicForest/R/Perm.PIimp.R |only
LogicForest-2.0.0/LogicForest/R/Perms.R | 2
LogicForest-2.0.0/LogicForest/R/PlusMinus.PIimp.R |only
LogicForest-2.0.0/LogicForest/R/Pred.imp.R |only
LogicForest-2.0.0/LogicForest/R/ada.pred.R |only
LogicForest-2.0.0/LogicForest/R/ada.weights.R |only
LogicForest-2.0.0/LogicForest/R/persist.match.R | 8 +-
LogicForest-2.0.0/LogicForest/R/persistence.plot.R | 4 -
LogicForest-2.0.0/LogicForest/R/persistence.prep.R |only
LogicForest-2.0.0/LogicForest/R/pimp.import.R | 39 ++++-----
LogicForest-2.0.0/LogicForest/R/pimp.mat.R | 7 +
LogicForest-2.0.0/LogicForest/R/predict.LBoost.R |only
LogicForest-2.0.0/LogicForest/R/prime.imp.R | 1
LogicForest-2.0.0/LogicForest/R/print.LBoost.R |only
LogicForest-2.0.0/LogicForest/R/print.logforest.R | 4 -
LogicForest-2.0.0/LogicForest/R/submatch.plot.R | 3
LogicForest-2.0.0/LogicForest/R/subs.R | 6 -
LogicForest-2.0.0/LogicForest/data/LBoost.fit.rda |only
LogicForest-2.0.0/LogicForest/data/LF.data.rda |only
LogicForest-2.0.0/LogicForest/data/LF.testdata.rda |only
LogicForest-2.0.0/LogicForest/data/datalist |only
LogicForest-2.0.0/LogicForest/data/logforest.fit.rda |only
LogicForest-2.0.0/LogicForest/man/BoostVimp.plot.Rd |only
LogicForest-2.0.0/LogicForest/man/CV.data.Rd |only
LogicForest-2.0.0/LogicForest/man/CV.err.Rd |only
LogicForest-2.0.0/LogicForest/man/CV.ids.Rd |only
LogicForest-2.0.0/LogicForest/man/LBoost.PIs.Rd |only
LogicForest-2.0.0/LogicForest/man/LBoost.Rd |only
LogicForest-2.0.0/LogicForest/man/LBoost.fit.Rd |only
LogicForest-2.0.0/LogicForest/man/LF.data.Rd | 12 ++-
LogicForest-2.0.0/LogicForest/man/LF.testdata.Rd |only
LogicForest-2.0.0/LogicForest/man/LogicForest-package.Rd | 7 +
LogicForest-2.0.0/LogicForest/man/Perm.PIimp.Rd |only
LogicForest-2.0.0/LogicForest/man/Perms.Rd | 4 -
LogicForest-2.0.0/LogicForest/man/PlusMinus.PIimp.Rd |only
LogicForest-2.0.0/LogicForest/man/Pred.imp.Rd |only
LogicForest-2.0.0/LogicForest/man/TTab.Rd | 1
LogicForest-2.0.0/LogicForest/man/ada.pred.Rd |only
LogicForest-2.0.0/LogicForest/man/ada.weights.Rd |only
LogicForest-2.0.0/LogicForest/man/list.PIs.Rd | 2
LogicForest-2.0.0/LogicForest/man/logforest.Rd | 60 ++++++++-------
LogicForest-2.0.0/LogicForest/man/logforest.fit.Rd |only
LogicForest-2.0.0/LogicForest/man/p.combos.Rd | 2
LogicForest-2.0.0/LogicForest/man/persist.match.Rd | 15 ---
LogicForest-2.0.0/LogicForest/man/persistence.plot.Rd | 37 +++++----
LogicForest-2.0.0/LogicForest/man/persistence.prep.Rd |only
LogicForest-2.0.0/LogicForest/man/pimp.import.Rd | 5 -
LogicForest-2.0.0/LogicForest/man/pimp.mat.Rd | 3
LogicForest-2.0.0/LogicForest/man/predict.LBoost.Rd |only
LogicForest-2.0.0/LogicForest/man/predict.logforest.Rd | 18 ++--
LogicForest-2.0.0/LogicForest/man/prime.imp.Rd | 10 +-
LogicForest-2.0.0/LogicForest/man/print.LBoost.Rd |only
LogicForest-2.0.0/LogicForest/man/print.LFprediction.Rd | 10 +-
LogicForest-2.0.0/LogicForest/man/print.logforest.Rd | 14 ++-
LogicForest-2.0.0/LogicForest/man/proportion.positive.Rd | 6 +
LogicForest-2.0.0/LogicForest/man/submatch.plot.Rd | 23 +++--
LogicForest-2.0.0/LogicForest/man/subs.Rd | 15 ---
LogicForest-2.0.0/LogicForest/man/vimp.plot.Rd | 20 ++---
74 files changed, 195 insertions(+), 163 deletions(-)
Title: Downloads and processes GHCN daily
Diff between GhcnDaily versions 1.1 dated 2011-09-11 and 1.2 dated 2011-09-21
Description: The GhcnDaily package provides the core functions required
to download and format the GHCN Daily Data into Monthly
datasets. It is currently restricted to operating with
temperature data from the daily files.
Author: Steven Mosher,
Maintainer: Steven Mosher
DESCRIPTION | 9 ++++-----
MD5 | 6 +++---
NAMESPACE | 1 -
man/GhcnDaily-package.Rd | 4 ++--
4 files changed, 9 insertions(+), 11 deletions(-)
Title: Nested Archimedean Copulas
Diff between nacopula versions 0.4-4 dated 2011-03-04 and 0.7-9 dated 2011-09-21
Description: An R package for working with nested Archimedean copulas.
Specifically, providing procedures for computing function
values and cube volumes, characteristics such as Kendall's tau
and tail dependence coefficients, efficient sampling
algorithms, various estimators, and goodness-of-fit tests. The
package also contains related univariate distributions and
special functions such as the Sibuya distribution, the
polylogarithm, Stirling and Eulerian numbers.
Author: Marius Hofert
Maintainer: Martin Maechler
nacopula-0.4-4/nacopula/COPYING |only
nacopula-0.4-4/nacopula/R/opower.R |only
nacopula-0.4-4/nacopula/man/rFJoe.Rd |only
nacopula-0.4-4/nacopula/src/rFrank.c |only
nacopula-0.4-4/nacopula/src/rfjoe.c |only
nacopula-0.4-4/nacopula/tests/retstable_st2.rda |only
nacopula-0.7-9/nacopula/ChangeLog | 18
nacopula-0.7-9/nacopula/DESCRIPTION | 31
nacopula-0.7-9/nacopula/LICENCE |only
nacopula-0.7-9/nacopula/MD5 |only
nacopula-0.7-9/nacopula/NAMESPACE | 32
nacopula-0.7-9/nacopula/R/AllClass.R | 56
nacopula-0.7-9/nacopula/R/Auxiliaries.R | 15
nacopula-0.7-9/nacopula/R/aux-acopula.R | 1024 ++++++++++++++--
nacopula-0.7-9/nacopula/R/cop_objects.R | 1043 +++++++++++++----
nacopula-0.7-9/nacopula/R/estimation.R |only
nacopula-0.7-9/nacopula/R/gof.R |only
nacopula-0.7-9/nacopula/R/graphics.R | 75 -
nacopula-0.7-9/nacopula/R/nacopula.R | 101 +
nacopula-0.7-9/nacopula/R/rstable1.R | 12
nacopula-0.7-9/nacopula/R/safeUroot.R | 4
nacopula-0.7-9/nacopula/R/special-func.R |only
nacopula-0.7-9/nacopula/R/timing.R |only
nacopula-0.7-9/nacopula/R/trafos.R |only
nacopula-0.7-9/nacopula/TODO | 58
nacopula-0.7-9/nacopula/demo |only
nacopula-0.7-9/nacopula/inst/Rsource |only
nacopula-0.7-9/nacopula/inst/doc/Frank-Rmpfr.Rnw |only
nacopula-0.7-9/nacopula/inst/doc/Frank-Rmpfr.pdf |only
nacopula-0.7-9/nacopula/inst/doc/Makefile | 15
nacopula-0.7-9/nacopula/inst/doc/mlogL_mpfr_i686.rda |only
nacopula-0.7-9/nacopula/inst/doc/mlogL_mpfr_x86_64.rda |only
nacopula-0.7-9/nacopula/inst/doc/nacopula-pkg.Rnw | 30
nacopula-0.7-9/nacopula/inst/doc/nacopula-pkg.pdf |binary
nacopula-0.7-9/nacopula/inst/doc/nacopula.bib | 18
nacopula-0.7-9/nacopula/man/Bernoulli.Rd |only
nacopula-0.7-9/nacopula/man/K.Rd |only
nacopula-0.7-9/nacopula/man/Sibuya.Rd |only
nacopula-0.7-9/nacopula/man/Stirling.Rd |only
nacopula-0.7-9/nacopula/man/acopula-class.Rd | 125 +-
nacopula-0.7-9/nacopula/man/allComp.Rd | 10
nacopula-0.7-9/nacopula/man/beta.Blomqvist.Rd |only
nacopula-0.7-9/nacopula/man/cacopula.Rd |only
nacopula-0.7-9/nacopula/man/copFamilies.Rd | 69 -
nacopula-0.7-9/nacopula/man/dDiag.Rd |only
nacopula-0.7-9/nacopula/man/dnacopula.Rd |only
nacopula-0.7-9/nacopula/man/emde.Rd |only
nacopula-0.7-9/nacopula/man/emle.Rd |only
nacopula-0.7-9/nacopula/man/enacopula.Rd |only
nacopula-0.7-9/nacopula/man/estim-misc.Rd |only
nacopula-0.7-9/nacopula/man/getAcop.Rd | 11
nacopula-0.7-9/nacopula/man/gnacopula.Rd |only
nacopula-0.7-9/nacopula/man/gtrafo.Rd |only
nacopula-0.7-9/nacopula/man/initOpt.Rd |only
nacopula-0.7-9/nacopula/man/interval-class.Rd | 10
nacopula-0.7-9/nacopula/man/interval.Rd | 2
nacopula-0.7-9/nacopula/man/math-fun.Rd | 11
nacopula-0.7-9/nacopula/man/nacopula-class.Rd | 29
nacopula-0.7-9/nacopula/man/onacopula.Rd | 59
nacopula-0.7-9/nacopula/man/opower.Rd | 102 -
nacopula-0.7-9/nacopula/man/pnacopula.Rd | 35
nacopula-0.7-9/nacopula/man/pobs.Rd |only
nacopula-0.7-9/nacopula/man/polylog.Rd |only
nacopula-0.7-9/nacopula/man/polynEval.Rd |only
nacopula-0.7-9/nacopula/man/printNacopula.Rd | 22
nacopula-0.7-9/nacopula/man/prob.Rd | 8
nacopula-0.7-9/nacopula/man/psiDabsMC.Rd |only
nacopula-0.7-9/nacopula/man/rF01FrankJoe.Rd |only
nacopula-0.7-9/nacopula/man/rFFrankJoe.Rd |only
nacopula-0.7-9/nacopula/man/retstable.Rd | 62 -
nacopula-0.7-9/nacopula/man/rlog.Rd |only
nacopula-0.7-9/nacopula/man/rnacopula.Rd | 62 -
nacopula-0.7-9/nacopula/man/rnchild.Rd | 49
nacopula-0.7-9/nacopula/man/rstable1.Rd | 29
nacopula-0.7-9/nacopula/man/safeUroot.Rd | 22
nacopula-0.7-9/nacopula/man/setTheta.Rd | 8
nacopula-0.7-9/nacopula/man/splom2.Rd | 18
nacopula-0.7-9/nacopula/man/tauAMH.Rd | 15
nacopula-0.7-9/nacopula/man/timing.Rd |only
nacopula-0.7-9/nacopula/misc |only
nacopula-0.7-9/nacopula/src/init.c | 37
nacopula-0.7-9/nacopula/src/nacopula.h | 34
nacopula-0.7-9/nacopula/src/polyn_eval.c |only
nacopula-0.7-9/nacopula/src/rF01Frank.c |only
nacopula-0.7-9/nacopula/src/rF01Joe.c |only
nacopula-0.7-9/nacopula/src/rLog.c | 35
nacopula-0.7-9/nacopula/src/rSibuya.c |only
nacopula-0.7-9/nacopula/src/retstable.c | 38
nacopula-0.7-9/nacopula/tests/Stirling-etc.R |only
nacopula-0.7-9/nacopula/tests/copula-play.R | 265 +++-
nacopula-0.7-9/nacopula/tests/estim-ex.R |only
nacopula-0.7-9/nacopula/tests/gof-ex.R |only
nacopula-0.7-9/nacopula/tests/nac-experi.R | 22
nacopula-0.7-9/nacopula/tests/retstable-ex.R | 15
nacopula-0.7-9/nacopula/tests/rstable-ex.R | 6
95 files changed, 2769 insertions(+), 973 deletions(-)
Title: Create cryptographic hash digests of R objects
Diff between digest versions 0.5.0 dated 2011-05-30 and 0.5.1 dated 2011-09-21
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 and sha-256, this packages uses small standalone
implementations that were provided by Christophe Devine. For
crc32, code from the zlib library 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
ChangeLog | 18 ++++++++
DESCRIPTION | 16 +++----
MD5 |only
R/digest.R | 5 +-
man/digest.Rd | 8 ++-
src/digest.c | 101 ++++++++++++++++++++++++++++-----------------
tests/digestTest.R | 16 +++++++
tests/digestTest.Rout.save | 32 ++++++++++++--
8 files changed, 144 insertions(+), 52 deletions(-)
Title: yaImpute: An R Package for k-NN Imputation
Diff between yaImpute versions 1.0-15 dated 2011-03-03 and 1.0-16 dated 2011-09-21
Description: Performs popular nearest neighbor routines for imputation
Author: Nicholas L. Crookston
Maintainer: Nicholas L. Crookston
yaImpute-1.0-15/yaImpute/R/addXlevels.R |only
yaImpute-1.0-15/yaImpute/R/modified.predict.cca.R |only
yaImpute-1.0-15/yaImpute/R/modified.randomForest.default.R |only
yaImpute-1.0-15/yaImpute/man/addXlevels.Rd |only
yaImpute-1.0-16/yaImpute/COPYRIGHTS | 3
yaImpute-1.0-16/yaImpute/DESCRIPTION | 10 +-
yaImpute-1.0-16/yaImpute/MD5 |only
yaImpute-1.0-16/yaImpute/NAMESPACE | 2
yaImpute-1.0-16/yaImpute/NEWS |only
yaImpute-1.0-16/yaImpute/R/asciigridimpute.R | 5 -
yaImpute-1.0-16/yaImpute/R/newtargets.R | 8 -
yaImpute-1.0-16/yaImpute/R/yai.R | 18 +--
yaImpute-1.0-16/yaImpute/inst/NEWS | 37 ++++---
yaImpute-1.0-16/yaImpute/man/asciigridimpute.Rd | 63 +++++++------
yaImpute-1.0-16/yaImpute/src/ANN.cpp | 8 +
yaImpute-1.0-16/yaImpute/src/kd_dump.cpp | 7 +
16 files changed, 85 insertions(+), 76 deletions(-)
Title: Structural Equation Modeling Using Partial Least Squares
Diff between semPLS versions 1.0-0 dated 2011-09-16 and 1.0-1 dated 2011-09-21
Description: Fits structural equation models using partial least
squares (PLS). The PLS approach is referred to as
'soft-modeling' technique requiring no distributional
assumptions on the observed data.
Author: Armin Monecke
Maintainer: Armin Monecke
DESCRIPTION | 8 ++++----
MD5 | 9 +++++----
NAMESPACE | 6 +++---
NEWS |only
R/semplsGOF.R | 24 ++++++++++++------------
man/semplsGOF.Rd | 22 +++++++++++-----------
6 files changed, 35 insertions(+), 34 deletions(-)
Title: Ridge regression-BLUP and related methods for genomic selection
Diff between rrBLUP versions 1.2 dated 2011-08-17 and 1.6 dated 2011-09-21
Description: One application is to estimate marker effects by ridge
regression; alternatively, BLUPs can be calculated based on
kinship to a training population. Kinship options include the
realized relationship matrix, Gaussian and exponential spatial
models.
Author: Jeffrey Endelman
Maintainer: Jeffrey Endelman
DESCRIPTION | 20 +++---
MD5 | 20 ++++--
NAMESPACE | 2
R/GWA.R | 12 ++--
R/distance.R |only
R/impute.R |only
R/kinship.BLUP.R | 55 ++++++-------------
R/mixed.solve.R | 149 ++++++++++++++++++++++++++--------------------------
man/GWA.Rd | 22 +++----
man/distance.Rd |only
man/impute.Rd |only
man/kinship.BLUP.Rd | 65 +++++++++++-----------
man/mixed.solve.Rd | 22 +++++--
13 files changed, 184 insertions(+), 183 deletions(-)
Title: Normalize NanoString miRNA and mRNA data
Diff between NanoStringNorm versions 1.0.2 dated 2011-09-16 and 1.0.3 dated 2011-09-21
More information about NanoStringNorm at CRAN
Description: The function is used to Normalize Nanostring data
Author: Daryl M. Waggott
Maintainer: Daryl Waggott
DESCRIPTION | 8 ++++----
MD5 | 4 ++--
R/Plot.NanoStringNorm.R | 4 ++--
3 files changed, 8 insertions(+), 8 deletions(-)
Permanent link
Title: Spherical Trigonometry
Diff between geosphere versions 1.2-25 dated 2011-09-01 and 1.2-26 dated 2011-09-21
Description: Spherical trigonometry for geographic applications
Author: Robert J. Hijmans, Ed Williams, Chris Vennes
Maintainer: Robert J. Hijmans
DESCRIPTION | 10 +++++-----
MD5 | 12 ++++++------
R/makePoly.R | 21 ++++++++++++---------
R/span.R | 2 +-
data/merc.RData |binary
data/wrld.RData |binary
inst/doc/geosphere.pdf |binary
7 files changed, 24 insertions(+), 21 deletions(-)
More information about FlexParamCurve at CRAN
Permanent link