Summarize a logistic_cal object
# S3 method for logistic_cal
summary(object, conf_level = 0.95, ...)
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.
a logistic_cal
object
width of the confidence interval (0.95 gives 95% CI)
ignored