Description Usage Arguments Value Examples
View source: R/Base_Functions.R
Use manual cross-validation with Bayesian logistic regression for difficult to separate classes
1 | manual_predict_CDI(data, folds = 5L, repeats = 5L)
|
data |
Table of agent data to use in predictive model |
folds |
Number of cross-validation folds |
repeats |
Number of repeats for cross-validation |
Model and statistics for accuracy of the model
1 | results <- manual_predict_CDI(data, folds = 5L, repeats = 5L)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.