CRAN/E | CARRoT

CARRoT

Predicting Categorical and Continuous Outcomes Using One in Ten Rule

Installation

About

Predicts categorical or continuous outcomes while concentrating on a number of key points. These are Cross-validation, Accuracy, Regression and Rule of Ten or "one in ten rule" (CARRoT), and, in addition to it R-squared statistics, prior knowledge on the dataset etc. 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 chosen constraints 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 , Rhemtulla et al. (2012) doi:10.1037/a0029315, Riley et al. (2018) doi:10.1002/sim.7993, Riley et al. (2019) doi:10.1002/sim.7992.

Citation CARRoT citation info

Key Metrics

Version 3.0.2
R ≥ 3.4.0
Published 2023-10-13 196 days ago
Needs compilation? yes
License GPL-2
CRAN checks CARRoT results

Downloads

Yesterday 29 0%
Last 7 days 75 -26%
Last 30 days 389 -6%
Last 90 days 1.140 -20%
Last 365 days 5.077 +6%

Maintainer

Maintainer

Alina Bazarova

al.bazarova@fz-juelich.de

Authors

Alina Bazarova

aut / cre

Marko Raseta

aut

Material

Reference manual
Package source

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

CARRoT archive

Depends

R ≥ 3.4.0

Imports

stats
utils
nnet
doParallel
Rdpack
parallel
foreach