Description Usage Arguments Value
Calculates confidence intervals of predicted outcomes by applying inverse-link function of GLMs to endpoints of confidence intervals of linear predictor
1 2 3 4 5 6 7 | .inv_ci_pred(
m = NULL,
newdata = NULL,
Sigma = NULL,
level = 0.95,
m_class = c("glm", "lm")
)
|
m |
regression model |
newdata |
dataset to make predictions |
Sigma |
variance-covariance matrix of estimator; if NULL, vcov(m) is used |
level |
confidence level; defaults to .95 |
m_class |
model class; either glm or lm |
Confidence interval of predicted response calculated at values specified in newdata
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.