boot {pmcalibration} | R Documentation |
Bootstrap resample a calibration curve object
Description
Bootstrap resample a calibration curve object
Usage
boot(cal)
## S3 method for class 'glm_cal'
boot(cal)
## S3 method for class 'gam_cal'
boot(cal)
## S3 method for class 'lowess_cal'
boot(cal)
## S3 method for class 'loess_cal'
boot(cal)
Arguments
cal |
an object created using one of the |
Value
bootstrap resamples of calibration metrics and values for plotting
[Package pmcalibration version 0.2.0 Index]