Learn R Programming

pmcalibration (version 0.1.0)

summary.logistic_cal: Summarize a logistic_cal object

Description

Summarize a logistic_cal object

Usage

# S3 method for logistic_cal
summary(object, conf_level = 0.95, ...)

Value

estimates and conf_level*100 confidence intervals for calibration intercept and calibration slope. The former is estimated from a glm (family = binomial("logit")) where the linear predictor (logit(p)) is included as an offset.

Arguments

object

a logistic_cal object

conf_level

width of the confidence interval (0.95 gives 95% CI)

...

ignored