simb {pmcalibration} | R Documentation |
Simulation based inference with a calibration curve object
Description
Simulation based inference with a calibration curve object
Usage
simb(cal, R)
## S3 method for class 'glm_cal'
simb(cal, R = 1000)
## S3 method for class 'gam_cal'
simb(cal, R = 1000)
## S3 method for class 'lowess_cal'
simb(cal, R)
## S3 method for class 'loess_cal'
simb(cal, R)
Arguments
cal |
an object created using one of the |
R |
number of simulated replicates |
Value
simulated calibration metrics and values for plotting
[Package pmcalibration version 0.2.0 Index]