View source: R/ComputeAucAndNri.R
Fit the model to the training data, predict on the test data, and evaluate the predictions.
1 2 |
data |
Data frame. The study data. No default. |
indices |
Allows the boot function to pick indices. |
boot |
Logical. If TRUE the sample is treated as a bootstrap sample. Then, indices are used by the boot package to resample the sample, and progress is logged as a bootstrap. Defaults to FALSE |
log |
Logical. If TRUE progress is logged to a logfile. Defaults to TRUE |
clean.start |
Logical. If TRUE logfile is removed and new information is logged. If FALSE information is appended to the logfile. Defaults to FALSE. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.