Description Usage Arguments Value Examples
This function creates a calibration object. A calibration object is used in a model family to specify how to compare models in a model family to determine the best model.
1 | calibration(score = "accuracy", sampling = "bootstrap", reps = 10)
|
score |
Defines the score to be used for the calibration object. Defaults to 'accuracy'. |
The new calibration object. This is of class "calibration".
1 | cal <- calibration(score = "accuracy",sampling = "bootstrap",reps = 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.