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