Title: Regularized Linear Models
Diff between mpath versions 0.1-16 dated 2014-11-09 and 0.1-17 dated 2014-11-10
Description: Algorithms for fitting model-based penalized coefficient paths. Currently the models include penalized Poisson, negative binomial, zero-inflated Poisson and zero-inflated negative binomial regression models. The penalties include least absolute shrinkage and selection operator (LASSO), smoothly clipped absolute deviation (SCAD) and minimax concave penalty (MCP), and each possibly combining with L_2 penalty.
Author: Zhu Wang, with contributions from Achim Zeileis, Simon Jackman, Brian Ripley, Trevor Hastie, Rob Tibshirani, Balasubramanian Narasimhan, Gil Chu and Patrick Breheny
Maintainer: Zhu Wang
DESCRIPTION | 6 +++---
MD5 | 14 +++++++-------
NEWS | 6 +++++-
R/zipath.R | 11 ++++++++---
build/vignette.rds |binary
inst/doc/german.pdf |binary
man/plot.glmreg.Rd | 1 -
src/lmnetGaussian.f | 16 ++++++++++++++--
8 files changed, 37 insertions(+), 17 deletions(-)
Title: Exact Tests for Hardy-Weinberg Proportions
Diff between HWxtest versions 1.0.3 dated 2014-08-07 and 1.0.5 dated 2014-11-10
Description: Tests whether a set of genotype counts fits the HW expectations.
Exact tests performed by an efficient algorithm. Included test statistics
are likelihood ratio, probability, U-score and Pearsons X2.
Author: Bill Engels
Maintainer: Bill Engels
DESCRIPTION | 10 ++---
MD5 | 22 ++++++-------
R/acount.R | 2 -
R/genepop.to.genind.R | 2 -
R/hwx.test.R | 8 ++--
R/print.hwtest.R | 5 ++
R/xcount.R | 2 -
inst/doc/HWxtest.R | 35 ++++++++++----------
inst/doc/HWxtest.Rmd | 49 ++++++++++++++---------------
inst/doc/HWxtest.html | 84 +++++++++++++++++++++++++++++++++-----------------
vignettes/HWxtest.Rmd | 49 ++++++++++++++---------------
vignettes/bibHW.txt | 19 +++++++++--
12 files changed, 165 insertions(+), 122 deletions(-)
Title: Classification and Regression Training
Diff between caret versions 6.0-35 dated 2014-08-24 and 6.0-37 dated 2014-11-10
Description: Misc functions for training and plotting classification and
regression models
Author: Max Kuhn. Contributions from Jed Wing, Steve Weston, Andre
Williams, Chris Keefer, Allan Engelhardt, Tony Cooper, Zachary Mayer,
Brenton Kenkel, the R Core Team and Michael Benesty.
Maintainer: Max Kuhn
DESCRIPTION | 18
MD5 | 49 +-
NAMESPACE | 2
R/aaa.R | 2
R/bag.R | 26 -
R/createModel.R | 74 +--
R/extractPrediction.R | 38 -
R/nearZeroVar.R | 137 ++++---
R/preProcess.R | 34 -
R/print.train.R | 2
R/reg_sims.R | 15
R/resamples.R | 8
R/rfe.R | 11
R/selectByFilter.R | 918 ++++++++++++++++++++++++-----------------------
R/train.default.R | 14
R/workflows.R | 82 +++-
inst/NEWS.Rd | 20 -
inst/doc/caret.pdf |binary
inst/models/models.RData |binary
man/diff.resamples.Rd | 10
man/nearZeroVar.Rd | 10
man/rfeControl.Rd | 2
man/sbfControl.Rd | 31 +
man/twoClassSim.Rd | 2
tests |only
25 files changed, 851 insertions(+), 654 deletions(-)
Title: TH's Data Archive
Diff between TH.data versions 1.0-3 dated 2014-01-15 and 1.0-4 dated 2014-11-10
Description: Contains data sets used in other packages Torsten Hothorn
maintains.
Author: Torsten Hothorn [aut, cre]
Maintainer: Torsten Hothorn
DESCRIPTION | 11 ++++++-----
MD5 | 6 ++++--
data/mammoexp.rda |binary
demo |only
4 files changed, 10 insertions(+), 7 deletions(-)
Title: R and C++11
Diff between Rcpp11 versions 3.1.1 dated 2014-07-22 and 3.1.2.0 dated 2014-11-10
Description: Rcpp11 includes a header only C++11 library that facilitates
integration between R and modern C++.
Author: Romain Francois [aut, cre],
Kevin Ushey [aut],
John Chambers [ctb]
Maintainer: Romain Francois
DESCRIPTION | 10
MD5 | 72 +--
inst/include/Rcpp.h | 23 -
inst/include/Rcpp/Array.h | 16
inst/include/Rcpp/Context.h | 12
inst/include/Rcpp/NA_Proxy.h | 29 -
inst/include/Rcpp/R.h | 5
inst/include/Rcpp/String.h | 368 +++---------------
inst/include/Rcpp/api/meat/sugar.h | 34 +
inst/include/Rcpp/complex.h | 4
inst/include/Rcpp/internal/library.h |only
inst/include/Rcpp/macros/RCPP_API_IMPL.h | 64 +--
inst/include/Rcpp/proxy/AttributeProxy.h | 8
inst/include/Rcpp/proxy/SlotProxy.h | 10
inst/include/Rcpp/sugar/functions/cumsum.h | 7
inst/include/Rcpp/sugar/functions/diff.h | 7
inst/include/Rcpp/sugar/functions/filter.h | 7
inst/include/Rcpp/sugar/functions/mapply.h | 11
inst/include/Rcpp/sugar/functions/parallel.h | 79 +++
inst/include/Rcpp/sugar/functions/rep.h | 30 +
inst/include/Rcpp/sugar/functions/rep_each.h | 9
inst/include/Rcpp/sugar/functions/rep_len.h | 22 -
inst/include/Rcpp/sugar/functions/replicate.h | 9
inst/include/Rcpp/sugar/functions/sapply.h | 19
inst/include/Rcpp/sugar/functions/seq_along.h | 22 -
inst/include/Rcpp/sugar/iterators/constant_iterator.h | 4
inst/include/Rcpp/sugar/lazy/TupleWrapper.h |only
inst/include/Rcpp/sugar/lazy/lazy.h | 1
inst/include/Rcpp/sugar/nona/nona.h | 9
inst/include/Rcpp/utils/parallel/copy.h | 42 +-
inst/include/Rcpp/utils/parallel/generate_n.h | 32 -
inst/include/Rcpp/utils/parallel/iota.h | 35 -
inst/include/Rcpp/utils/parallel/transform.h | 40 +
inst/include/Rcpp/vector/SugarVectorExpression.h | 5
inst/include/Rcpp/vector/dimnames.h |only
inst/include/Rcpp/vector/impl/LogicalVector.h | 10
inst/include/Rcpp/wrap/TupleWrapper.h |only
inst/include/Rcpp/wrap/make_charsexp.h | 6
inst/include/Rcpp/wrap/wrap.h | 1
39 files changed, 530 insertions(+), 532 deletions(-)
Title: Permutation Distribution Clustering
Diff between pdc versions 1.0 dated 2014-10-16 and 1.0.1 dated 2014-11-10
Description: Permutation Distribution Clustering is a clustering method for time series. Dissimilarity of time series is formalized as the divergence between their permutation distributions. The permutation distribution was proposed as measure of the complexity of a time series.
Author: Andreas M. Brandmaier
Maintainer: Andreas M. Brandmaier
DESCRIPTION | 8 ++++----
MD5 | 7 ++++---
NEWS | 3 +++
R/pdcDist.R | 2 +-
tests/pdcdist.R |only
5 files changed, 12 insertions(+), 8 deletions(-)
Title: Group Sequential Design
Diff between gsDesign versions 2.9-2 dated 2014-08-23 and 2.9-3 dated 2014-11-10
Description: gsDesign is a package that derives group sequential designs and describes their properties.
Author: Keaven Anderson
Maintainer: Keaven Anderson
DESCRIPTION | 10 +-
MD5 | 24 ++---
NAMESPACE | 5 -
R/gsMethods.R | 102 +++++++++++++++--------
R/gsSpending.R | 138 ++++++++++++++++++++++++++++++--
R/gsSurv.R | 4
build/vignette.rds |binary
inst/doc/gsDesignManual.pdf |binary
inst/doc/gsSurvTemplate.pdf |binary
inst/doc/gsSurvTemplateInstructions.pdf |binary
man/sfLinear.Rd | 81 ++++++++++++++++--
man/sfTruncated.Rd | 111 +++++++++++++++++++------
man/spendingfunctions.Rd | 19 +++-
13 files changed, 392 insertions(+), 102 deletions(-)
Title: Wrapper for Nokia's HERE Geocoding API
Diff between geocodeHERE versions 0.1 dated 2014-11-05 and 0.1.1 dated 2014-11-10
Description: Wrapper for Nokia's HERE geocoding API. See http://here.com/ for
more information on HERE and https://developer.here.com/geocoder for more
information on the HERE geocoding API.
Author: Cory Nissen
Maintainer: Cory Nissen
DESCRIPTION | 10 +++++-----
MD5 | 4 ++--
R/geocodeHERE_batch_get_data.R | 2 +-
3 files changed, 8 insertions(+), 8 deletions(-)
More information about episplineDensity at CRAN
Permanent link
Title: Iterative Selection of Blocks of Features - ISBF
Diff between ISBF versions 0.2 dated 2013-11-06 and 0.2.1 dated 2014-11-10
Description: Selection of features for sparse regression estimation (like the LASSO). Selection of blocks of features when the regression parameter is sparse and constant by blocks (like the Fused-LASSO). Application to cgh arrays.
Author: Pierre Alquier
Maintainer: Pierre Alquier
DESCRIPTION | 12 ++++++------
MD5 | 4 ++--
man/ISBF-package.Rd | 4 ++--
3 files changed, 10 insertions(+), 10 deletions(-)
Title: DepthProc
Diff between DepthProc versions 1.0.1 dated 2014-08-26 and 1.0.2 dated 2014-11-10
Description: Package for depths
Author: Daniel Kosiorowski, Mateusz Bocian, Anna Wegrzynkiewicz and Zygmunt
Zawadzki from Cracow University of Economics.
Maintainer: Zygmunt Zawadzki
DepthProc-1.0.1/DepthProc/R/DepthClass.R |only
DepthProc-1.0.2/DepthProc/DESCRIPTION | 18 -
DepthProc-1.0.2/DepthProc/MD5 | 160 ++++-----
DepthProc-1.0.2/DepthProc/NAMESPACE | 4
DepthProc-1.0.2/DepthProc/R/AllClasses.R | 9
DepthProc-1.0.2/DepthProc/R/CovarianceFunctions.R | 19 -
DepthProc-1.0.2/DepthProc/R/DepthBasedTests.R | 16
DepthProc-1.0.2/DepthProc/R/RcppExports.R | 8
DepthProc-1.0.2/DepthProc/R/Utils.R | 2
DepthProc-1.0.2/DepthProc/R/depth.R | 72 +++-
DepthProc-1.0.2/DepthProc/R/depthContour.R | 164 +++++-----
DepthProc-1.0.2/DepthProc/R/depthDensity.R | 1
DepthProc-1.0.2/DepthProc/R/depthLocal.R | 6
DepthProc-1.0.2/DepthProc/R/depthMedian.R | 19 +
DepthProc-1.0.2/DepthProc/R/depthPersp.R | 12
DepthProc-1.0.2/DepthProc/R/dynlib.R | 2
DepthProc-1.0.2/DepthProc/R/locationScaleDepth.R | 7
DepthProc-1.0.2/DepthProc/R/lsd.R | 2
DepthProc-1.0.2/DepthProc/R/plotMBD.R |only
DepthProc-1.0.2/DepthProc/R/runifsphere.R | 1
DepthProc-1.0.2/DepthProc/data/USLABOUR.rda |binary
DepthProc-1.0.2/DepthProc/data/inf.mort.rda |binary
DepthProc-1.0.2/DepthProc/data/maesles.imm.rda |binary
DepthProc-1.0.2/DepthProc/data/under5.mort.rda |binary
DepthProc-1.0.2/DepthProc/inst/doc/DepthProc_vinegette.pdf |binary
DepthProc-1.0.2/DepthProc/man/AsymmetryCurve-class.Rd | 2
DepthProc-1.0.2/DepthProc/man/BinnDepth2d-class.Rd | 2
DepthProc-1.0.2/DepthProc/man/CovDepthWeighted-class.Rd | 2
DepthProc-1.0.2/DepthProc/man/CovLP.Rd | 12
DepthProc-1.0.2/DepthProc/man/DDPlot-class.Rd | 2
DepthProc-1.0.2/DepthProc/man/DeepReg2d-class.Rd | 2
DepthProc-1.0.2/DepthProc/man/Depth-class.Rd | 2
DepthProc-1.0.2/DepthProc/man/DepthCurve-class.Rd | 2
DepthProc-1.0.2/DepthProc/man/DepthCurveList-class.Rd | 2
DepthProc-1.0.2/DepthProc/man/DepthDensity-class.Rd | 2
DepthProc-1.0.2/DepthProc/man/LSDepth-class.Rd | 2
DepthProc-1.0.2/DepthProc/man/LSDepthContour-class.Rd | 2
DepthProc-1.0.2/DepthProc/man/RobReg-class.Rd | 2
DepthProc-1.0.2/DepthProc/man/ScaleCurve-class.Rd | 2
DepthProc-1.0.2/DepthProc/man/TrimReg2d-class.Rd | 2
DepthProc-1.0.2/DepthProc/man/USLABOUR.Rd | 2
DepthProc-1.0.2/DepthProc/man/abline-RobReg-method.Rd | 15
DepthProc-1.0.2/DepthProc/man/as.matrix-methods.Rd | 2
DepthProc-1.0.2/DepthProc/man/asymmetryCurve.Rd | 2
DepthProc-1.0.2/DepthProc/man/binningDepth2D.Rd | 2
DepthProc-1.0.2/DepthProc/man/ddPlot.Rd | 2
DepthProc-1.0.2/DepthProc/man/ddmvnorm.Rd | 2
DepthProc-1.0.2/DepthProc/man/deepReg2d.Rd | 2
DepthProc-1.0.2/DepthProc/man/depth.Rd | 2
DepthProc-1.0.2/DepthProc/man/depthContour.Rd | 12
DepthProc-1.0.2/DepthProc/man/depthDensity.Rd | 2
DepthProc-1.0.2/DepthProc/man/depthEuclid.Rd | 2
DepthProc-1.0.2/DepthProc/man/depthLP.Rd | 14
DepthProc-1.0.2/DepthProc/man/depthLocal.Rd | 2
DepthProc-1.0.2/DepthProc/man/depthMBD.Rd |only
DepthProc-1.0.2/DepthProc/man/depthMah.Rd | 6
DepthProc-1.0.2/DepthProc/man/depthMedian-methods.Rd | 15
DepthProc-1.0.2/DepthProc/man/depthPersp.Rd | 6
DepthProc-1.0.2/DepthProc/man/depthProjection.Rd | 16
DepthProc-1.0.2/DepthProc/man/depthTukey.Rd | 16
DepthProc-1.0.2/DepthProc/man/getPlot-methods.Rd | 2
DepthProc-1.0.2/DepthProc/man/grapes-plus-grapes-methods.Rd | 2
DepthProc-1.0.2/DepthProc/man/inf.mort.Rd | 2
DepthProc-1.0.2/DepthProc/man/lsdAddContour-methods.Rd | 2
DepthProc-1.0.2/DepthProc/man/lsdGetContour-methods.Rd | 2
DepthProc-1.0.2/DepthProc/man/lsdSampleDepthContours.Rd | 2
DepthProc-1.0.2/DepthProc/man/lsdSampleMaxDepth.Rd | 2
DepthProc-1.0.2/DepthProc/man/mWilcoxonTest.Rd | 7
DepthProc-1.0.2/DepthProc/man/maesles.imm.Rd | 2
DepthProc-1.0.2/DepthProc/man/plot-BinnDepth2d-ANY-method.Rd | 2
DepthProc-1.0.2/DepthProc/man/plot-DepthDensity-ANY-method.Rd | 2
DepthProc-1.0.2/DepthProc/man/plot-DepthMBD-ANY-method.Rd |only
DepthProc-1.0.2/DepthProc/man/plot-LSDepthContour-ANY-method.Rd | 2
DepthProc-1.0.2/DepthProc/man/plot-methods.Rd | 36 --
DepthProc-1.0.2/DepthProc/man/runifsphere.Rd | 2
DepthProc-1.0.2/DepthProc/man/scaleCurve.Rd | 2
DepthProc-1.0.2/DepthProc/man/trimProjReg2d.Rd | 2
DepthProc-1.0.2/DepthProc/man/under5.mort.Rd | 2
DepthProc-1.0.2/DepthProc/src/Depth.cpp | 141 ++++++++
DepthProc-1.0.2/DepthProc/src/Depth.h | 17 -
DepthProc-1.0.2/DepthProc/src/RcppExports.cpp | 31 +
DepthProc-1.0.2/DepthProc/src/TukeyDepth.cpp | 3
DepthProc-1.0.2/DepthProc/src/depthFunCPP.cpp | 24 +
83 files changed, 629 insertions(+), 344 deletions(-)
Title: Lumped Hydrological Model for Education Purposes
Diff between TUWmodel versions 0.1-2 dated 2012-12-11 and 0.1-4 dated 2014-11-10
Description: The model, developed at the Vienna University of Technology, is a lumped conceptual rainfall-runoff model, following the structure of the HBV model.
The model runs on a daily or shorter time step and consists of a snow routine, a soil moisture routine and a flow routing routine.
See Parajka, J., R. Merz, G. Bloeschl (2007) Uncertainty and multiple objective calibration in regional water balance modelling: case study in 320 Austrian catchments, Hydrological Processes, 21, 435-446.
Author: Alberto Viglione [aut, cre],
Juraj Parajka [aut]
Maintainer: Alberto Viglione
DESCRIPTION | 31 ++--
MD5 | 10 -
NAMESPACE | 3
R/TUWmodel.R | 34 +++--
man/TUWmodel.Rd | 73 +++++++----
src/hbvmodel.f | 362 ++++++++++++++++++++++++++++----------------------------
6 files changed, 277 insertions(+), 236 deletions(-)
Title: Random Uniform Forests for Classification, Regression and
Unsupervised Learning
Diff between randomUniformForest versions 1.0.9 dated 2014-11-07 and 1.1.0 dated 2014-11-10
More information about randomUniformForest at CRAN
Description: Ensemble model, for classification, regression and unsupervised learning, based on a forest of unpruned and randomized binary decision trees.
Author: Saip Ciss
Maintainer: Saip Ciss
DESCRIPTION | 10 ++++-----
MD5 | 18 ++++++++--------
NEWS | 15 +++++++++++++-
R/DecisionTreesCPP.R | 32 +++++++++++++++++-------------
R/RandomUniformForestsCPP.R | 29 +++++++++++++++------------
inst/doc/randomUniformForestsOverview.pdf |binary
man/partialDependenceBetweenPredictors.Rd | 3 +-
man/partialDependenceOverResponses.Rd | 3 +-
man/randomUniformForest-package.Rd | 4 +--
man/randomUniformForest.Rd | 2 -
10 files changed, 70 insertions(+), 46 deletions(-)
Permanent link
Title: Global Soil Information Facilities
Diff between GSIF versions 0.4-1 dated 2014-05-29 and 0.4-2 dated 2014-11-10
Description: Global Soil Information Facilities - tools (standards and functions) and sample datasets for global soil mapping.
Author: Tomislav Hengl [cre, aut],
Bas Kempen [ctb],
Gerard Heuvelink [ctb],
Brendan Malone [ctb],
Hannes Reuter [ctb]
Maintainer: Tomislav Hengl
GSIF-0.4-1/GSIF/data/afss.rda |only
GSIF-0.4-1/GSIF/man/afss.Rd |only
GSIF-0.4-2/GSIF/DESCRIPTION | 15 +--
GSIF-0.4-2/GSIF/MD5 | 63 +++++++-----
GSIF-0.4-2/GSIF/NAMESPACE | 15 +--
GSIF-0.4-2/GSIF/R/AAAA.R | 13 +-
GSIF-0.4-2/GSIF/R/AWCPTF.R |only
GSIF-0.4-2/GSIF/R/RESTSoilGrids.R | 4
GSIF-0.4-2/GSIF/R/TT2tri.R | 2
GSIF-0.4-2/GSIF/R/as.data.frame.R | 2
GSIF-0.4-2/GSIF/R/as.geosamples.R | 17 +++
GSIF-0.4-2/GSIF/R/extract.list.R |only
GSIF-0.4-2/GSIF/R/fit.gstatModel.R | 25 +++++
GSIF-0.4-2/GSIF/R/fit.regModel.R | 14 --
GSIF-0.4-2/GSIF/R/fit.vgmModel.R | 165 +++++++++++++++++++--------------
GSIF-0.4-2/GSIF/R/make.3Dgrid.R | 4
GSIF-0.4-2/GSIF/R/predict.gstatModel.R | 2
GSIF-0.4-2/GSIF/R/spline.krige.R |only
GSIF-0.4-2/GSIF/R/warp.R | 21 ++--
GSIF-0.4-2/GSIF/data/afsp.rda |binary
GSIF-0.4-2/GSIF/data/cookfarm.rda |only
GSIF-0.4-2/GSIF/data/datalist | 3
GSIF-0.4-2/GSIF/data/isis.rda |only
GSIF-0.4-2/GSIF/demo |only
GSIF-0.4-2/GSIF/man/AWCPTF.Rd |only
GSIF-0.4-2/GSIF/man/REST.SoilGrids.Rd | 2
GSIF-0.4-2/GSIF/man/SoilGrids.Rd | 65 ++++++++-----
GSIF-0.4-2/GSIF/man/USDA.TT.im.Rd | 4
GSIF-0.4-2/GSIF/man/afsp.Rd | 11 +-
GSIF-0.4-2/GSIF/man/cookfarm.Rd |only
GSIF-0.4-2/GSIF/man/extract.Rd |only
GSIF-0.4-2/GSIF/man/fit.gstatModel.Rd | 21 +++-
GSIF-0.4-2/GSIF/man/fit.vgmModel.Rd | 7 +
GSIF-0.4-2/GSIF/man/geosamples.Rd | 4
GSIF-0.4-2/GSIF/man/gstatModel.Rd | 8 +
GSIF-0.4-2/GSIF/man/isis.Rd |only
GSIF-0.4-2/GSIF/man/spline.krige.Rd |only
GSIF-0.4-2/GSIF/man/warp.Rd | 2
38 files changed, 305 insertions(+), 184 deletions(-)
Title: Rothermel fire spread model for R
Diff between Rothermel versions 1.1 dated 2014-04-22 and 1.2 dated 2014-11-10
Description: R build of Rothermel's (1972) model for surface fire rate of spread with some additional utilities (uncertainty propagation, standard fuel model selection, fuel model optimization by genetic algorithm) and sample datasets.
Author: Giorgio Vacchiano, Davide Ascoli
Maintainer: Giorgio Vacchiano
DESCRIPTION | 8 ++++----
MD5 | 6 +++---
R/gaRoth.R | 1 +
man/gaRoth.Rd | 31 +++++++++++++++++++++++++------
4 files changed, 33 insertions(+), 13 deletions(-)
Title: R Commander Plug-In for Statistics at NMBU
Diff between RcmdrPlugin.NMBU versions 1.7.5 dated 2014-09-19 and 1.7.6 dated 2014-11-10
More information about RcmdrPlugin.NMBU at CRAN
Description: This package provides an Rcmdr "plug-in" extending some functions of linear models and providing an interface to PLS, LDA and QDA.
Author: Kristian Hovde Liland, Solve Sæbø
Maintainer: Kristian Hovde Liland
DESCRIPTION | 14 +++++++-------
MD5 | 10 +++++-----
NAMESPACE | 1 +
R/NMBU.GUI.Models.R | 1 +
R/NMBU.Statistics.R | 6 +++++-
man/RcmdrPlugin.NMBU-package.Rd | 1 +
6 files changed, 20 insertions(+), 13 deletions(-)
Permanent link
Title: A Laboratory for Recursive Partytioning
Diff between party versions 1.0-17 dated 2014-09-17 and 1.0-18 dated 2014-11-10
Description: A computational toolbox for recursive partitioning.
The core of the package is ctree(), an implementation of
conditional inference trees which embed tree-structured
regression models into a well defined theory of conditional
inference procedures. This non-parametric class of regression
trees is applicable to all kinds of regression problems, including
nominal, ordinal, numeric, censored as well as multivariate response
variables and arbitrary measurement scales of the covariates.
Based on conditional inference trees, cforest() provides an
implementation of Breiman's random forests. The function mob()
implements an algorithm for recursive partitioning based on
parametric models (e.g. linear models, GLMs or survival
regression) employing parameter instability tests for split
selection. Extensible functionality for visualizing tree-structured
regression models is available.
Author: Torsten Hothorn [aut, cre],
Kurt Hornik [aut],
Carolin Strobl [aut],
Achim Zeileis [aut]
Maintainer: Torsten Hothorn
DESCRIPTION | 8 ++++----
MD5 | 14 +++++++-------
R/zInitMethods.R | 2 +-
build/vignette.rds |binary
inst/NEWS | 8 ++++++++
inst/doc/MOB.pdf |binary
inst/doc/party.pdf |binary
src/Utils.c | 7 ++++---
8 files changed, 24 insertions(+), 15 deletions(-)
Title: Validation of risk prediction models
Diff between ModelGood versions 1.0.8 dated 2014-03-15 and 1.0.9 dated 2014-11-10
Description: Bootstrap cross-validation for ROC, AUC and Brier score to assess
and compare predictions of binary status responses.
Author: Thomas A. Gerds
Maintainer: Thomas A. Gerds
DESCRIPTION | 17 ---
MD5 | 36 +++----
NAMESPACE | 58 ++++++------
R/RocMethods.R | 4
R/Sensitivity.R | 65 ++++++++-----
R/plot.Roc.R | 3
R/predictStatusProb.ElasticNet.R | 4
R/print.Roc.R | 2
R/summary.Roc.R | 19 +++
man/AutoSelectLRM.Rd | 18 +--
man/Ctree.Rd | 14 +-
man/ElasticNet.Rd | 16 +--
man/Roc.Rd | 187 ++++++++++++++++++---------------------
man/Sensitivity.Rd | 17 ++-
man/calPlot2.Rd | 37 +++----
man/click.Roc.Rd | 20 ++--
man/plot.Roc.Rd | 20 +---
man/predictStatusProb.Rd | 46 ++++-----
man/reclass.Rd | 15 +--
19 files changed, 307 insertions(+), 291 deletions(-)
Title: R Interface for lp_solve version 5.5.2.0
Diff between lpSolveAPI versions 5.5.2.0-12 dated 2014-11-04 and 5.5.2.0-13 dated 2014-11-10
Description: The lpSolveAPI package provides an R interface for lp_solve,
a Mixed Integer Linear Programming (MILP) solver with support for pure
linear, (mixed) integer/binary, semi-continuous and special ordered sets
(SOS) models.
Author: lp_solve
Maintainer: Kjell Konis
DESCRIPTION | 12 ++++++------
MD5 | 10 +++++-----
src/RlpSolve.c | 2 +-
src/lp_solve/Makefile | 2 +-
tests/lpSolveAPI.R | 31 +++++++++++++++++--------------
tests/lpSolveAPI.Rout.save | 37 +++++++++++++++++++++----------------
6 files changed, 51 insertions(+), 43 deletions(-)
Title: Boost C++ header files
Diff between BH versions 1.54.0-4 dated 2014-08-29 and 1.54.0-5 dated 2014-11-10
Description: Boost provides free peer-reviewed portable C++ source
libraries. A large part of Boost is provided as C++ template code
which is resolved entirely at compile-time without linking. This
package aims to provide the most useful subset of Boost libraries
for template use among CRAN package. By placing these libraries in
this package, we offer a more efficient distribution system for CRAN
as replication of this code in the sources of other packages is
avoided.
Author: Dirk Eddelbuettel, John W. Emerson and Michael J. Kane
Maintainer: Dirk Eddelbuettel
ChangeLog | 11 +++++++--
DESCRIPTION | 8 +++----
MD5 | 17 ++++++++++-----
inst/NEWS.Rd | 9 ++++++-
inst/include/boost/circular_buffer |only
inst/include/boost/circular_buffer.hpp |only
inst/include/boost/circular_buffer_fwd.hpp |only
inst/include/boost/test/included/unit_test_framework.hpp |only
inst/include/boost/thread/condition.hpp | 7 +++++-
man/BH-package.Rd | 4 +--
10 files changed, 40 insertions(+), 16 deletions(-)