summary.logistic_cal | R Documentation |
Summarize a logistic_cal object
## S3 method for class 'logistic_cal'
summary(object, conf_level = 0.95, ...)
object |
a |
conf_level |
width of the confidence interval (0.95 gives 95% CI) |
... |
ignored |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.