simb | R Documentation |
Simulation based inference with a calibration curve object
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)
cal |
an object created using one of the |
R |
number of simulated replicates |
simulated calibration metrics and values for plotting
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.