View source: R/model-control.R
Model Control Constructor
1 2 3 4 5 6 7 8 9 10 11 |
cv_folds |
Number of cross-validation folds. Default is 5 |
cv_repeats |
Number of cross-validation repeats. Default is 10 |
cv_strata |
Strata to be used for cross-validation. Default is |
boot_type |
Type of bootstrap confidence interval ("bca" and "perc"). Default is "bca" |
boot_samples |
Number of bootstrap resamples. Default is 2000 |
boot_strata |
Strata to be used for bootstrap. Default is |
confidence |
Confidence to be used for calculating bootstrap CIs. Default is 0.95 |
iter |
Should progress bar be shown? Default is |
seed |
Random number seed |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.