CARRoT: Predicting Categorical and Continuous Outcomes Using One in Ten Rule

Predicts categorical or continuous outcomes while concentrating on four key points. These are Cross-validation, Accuracy, Regression and Rule of Ten or "one in ten rule" (CARRoT). It performs the cross-validation specified number of times by partitioning the input into training and test set and fitting linear/multinomial/binary regression models to the training set. All regression models satisfying a rule of ten events per variable are fitted and the ones with the best predictive power are given as an output. Best predictive power is understood as highest accuracy in case of binary/multinomial outcomes, smallest absolute and relative errors in case of continuous outcomes. For binary case there is also an option of finding a regression model which gives the highest AUROC (Area Under Receiver Operating Curve) value. The option of parallel toolbox is also available. Methods are described in Peduzzi et al. (1996) <doi:10.1016/S0895-4356(96)00236-3> and Rhemtulla et al. (2012) <doi:10.1037/a0029315>.

Version: 2.5.2
Depends: R (≥ 3.4.0)
Imports: stats, utils, nnet, doParallel, Rdpack, parallel, foreach
Published: 2021-06-08
Author: Alina Bazarova [aut, cre], Marko Raseta [aut]
Maintainer: Alina Bazarova <a.bazarova at uni-koeln.de>
License: GPL-2
NeedsCompilation: yes
CRAN checks: CARRoT results

Documentation:

Reference manual: CARRoT.pdf

Downloads:

Package source: CARRoT_2.5.2.tar.gz
Windows binaries: r-devel: CARRoT_2.5.2.zip, r-release: CARRoT_2.5.2.zip, r-oldrel: CARRoT_2.5.2.zip
macOS binaries: r-release (arm64): CARRoT_2.5.2.tgz, r-oldrel (arm64): CARRoT_2.5.2.tgz, r-release (x86_64): CARRoT_2.5.2.tgz, r-oldrel (x86_64): CARRoT_2.5.2.tgz
Old sources: CARRoT archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=CARRoT to link to this page.