Learn R Programming

pmcalibration (version 0.2.0)

simb: Simulation based inference with a calibration curve object

Description

Simulation based inference with a calibration curve object

Usage

simb(cal, R)

# S3 method for glm_cal simb(cal, R = 1000)

# S3 method for gam_cal simb(cal, R = 1000)

# S3 method for lowess_cal simb(cal, R)

# S3 method for loess_cal simb(cal, R)

Value

simulated calibration metrics and values for plotting

Arguments

cal

an object created using one of the cal functions

R

number of simulated replicates