calibration-class | R Documentation |
The functions calibration
returns an object of the class calibration
.
An object of class 'calibration
' is a list with at least the following components:
estimated step-functions (see stepfun
) for each class
the unique classes
model/method type (string)
list of data.frame's with predictions (pr) and estimated probabilities of success (only for 'bin' method)
objects of the S3 class 'calibration
'
The following S3 generic functions are available for an object of class targeted
:
predict
Apply calibration to new data.
plot
Plot the calibration curves (reliability plot).
print
Basic print method.
calibration
, calibrate
## See example(calibration) for examples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.