NEWS
care 1.1.11 (2021-11-21)
care 1.1.10 (2017-03-29)
- slm() now also reports the unexplained residual error.
- predict.slm() now reports the standard deviation
of the predictive distribution (attached as attribute "sd").
- added DOIs for all references.
care 1.1.9 (2015-07-08)
- added import statements required by R-devel.
care 1.1.8 (2015-03-09)
- fix "S3 generic/method consistency" NOTE raised by R-devel.
care 1.1.7 (2014-11-23)
- slm() and slm.models() have been merged into a single function,
with slm.models() removed. Correspondingly, the "slm" object
returned by slm() now may contain several models.
- predict.slm() has been changed accordingly.
- slm() now also works if there are no predictors.
care 1.1.6 (2014-11-17)
- the example R scripts (brain and diabetes data) are now provided in
R notebook format.
- change of maintainer email address.
care 1.1.5 (2014-07-28)
- change of maintainer email address.
- corrections to index.html file in inst/doc folder.
care 1.1.4 (2014-04-19)
- added import statement in NAMESPACE file to address warnings in R
version 3.1.0.
- added example scripts for Efron et al. (2004) diabetes data and
Lu et al. (2004) gene expression data.
- now suggests "crossval" package for estimating prediction accuracy.
care 1.1.3 (2013-09-15)
- small changes to get rid of warnings in R-devel
- update of dependencies
care 1.1.2 (2012-01-22)
- NAMESPACE file added.
- now requires corpcor version 1.6.2.
care 1.1.1 (2011-07-25)
- reference to Zuber and Strimmer (2011) added.
- lambda and lambda.var options instead of shrink=TRUE/FALSE
to follow the conventions in the corpcor package.
- car.models() renamed to slm.models()
- new function make.predlist().
care 1.1.0 (2011-07-23)
- depends now on R 2.10.0 and corpcor version 1.6.0
- much faster computation of CAR scores in function carscore()
due to the use of crossprod.powcor.shrink() in corpcor package
- syntax of carscore() function now the same as the catscore()
function from the sda package
- fitlm() renamed to slm()
- slm() is now also much faster due to the use of the
crossprod.powcor.shrink() from the corpcor packages
- new predict.slm() function
- car.models() now also shows the estimated R2 for each model.
care 1.0
- Public release on 8 August 2010.
This package contains functions for estimation of CAR scores, for
performing variable selection using CAR scores, and for computing
corresponding regression cofficients.