Other packages > Find by keyword >

CARRoT  

Predicting Categorical and Continuous Outcomes Using One in Ten Rule
View on CRAN: Click here


Download and install CARRoT package within the R console
Install from CRAN:
install.packages("CARRoT")

Install from Github:
library("remotes")
install_github("cran/CARRoT")

Install by package version:
library("remotes")
install_version("CARRoT", "3.0.2")



Attach the package and use:
library("CARRoT")
Maintained by
Alina Bazarova
[Scholar Profile | Author Map]
First Published: 2018-04-06
Latest Update: 2023-08-15
Description:
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) , Rhemtulla et al. (2012) , Riley et al. (2018) , Riley et al. (2019) .
How to cite:
Alina Bazarova (2018). CARRoT: Predicting Categorical and Continuous Outcomes Using One in Ten Rule. R package version 3.0.2, https://cran.r-project.org/web/packages/CARRoT. Accessed 07 Apr. 2025.
Previous versions and publish date:
0.1.0 (2018-04-06 12:52), 1.0.0 (2018-06-30 19:04), 1.5.0 (2018-11-27 23:30), 2.0.0 (2019-03-07 22:53), 2.5.0 (2020-03-26 11:10), 2.5.1 (2020-05-14 00:00), 2.5.2 (2021-06-08 12:10), 3.0.0 (2023-04-17 23:50), 3.0.1 (2023-08-15 14:20)
Other packages that cited CARRoT R package
View CARRoT citation profile
Other R packages that CARRoT depends, imports, suggests or enhances
Complete documentation for CARRoT
Functions, R codes and Examples using the CARRoT R package
Some associated functions: AUC . av_out . comb . compute_max_length . compute_max_weight . compute_weights . cross_val . cub . find_int . find_sub . get_indices . get_predictions . get_predictions_lin . get_probabilities . make_numeric . make_numeric_sets . quadr . regr_ind . regr_whole . sum_weights_sub . 
Some associated R codes: carrot_functions.R .  Full CARRoT package functions and examples
Downloads during the last 30 days
03/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/06Downloads for CARRoT24681012141618202224262830TrendBars

Today's Hot Picks in Authors and Packages

MetaAnalyser  
An Interactive Visualisation of Meta-Analysis as a Physical Weighing Machine
An interactive application to visualise meta-analysis data as a physical weighing machine. The inte ...
Download / Learn more Package Citations See dependency  
letsR  
Data Handling and Analysis in Macroecology
Handling, processing, and analyzing geographic data on species' distributions and environmental var ...
Download / Learn more Package Citations See dependency  
ASMap  
Linkage Map Construction using the MSTmap Algorithm
Functions for Accurate and Speedy linkage map construction, manipulation and diagnosis of Doubled Ha ...
Download / Learn more Package Citations See dependency  
probout  
Unsupervised Multivariate Outlier Probabilities for Large Datasets
Estimates unsupervised outlier probabilities for multivariate numeric data with many observations fr ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
nutriNetwork  
Structure Learning with Copula Graphical Model
Statistical tool for learning the structure of direct associations among variables for continuous d ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA