glmCI {wrappedtools} | R Documentation |
Confidence interval for generalized linear models
Description
glm_CI
computes and formats CIs for glm.
Usage
glmCI(model, min = .01, max = 100, cisep = '\U000022ef', ndigit=2)
Arguments
model |
Output from glm. |
min , max |
Lower and upper limits for CIs, useful for extremely wide CIs. |
cisep |
Separator between CI values. |
ndigit |
rounding level. |
Value
A list with coefficient, CIs, and pasted coef([CIs]).
Examples
glm_out <- glm(am ~ mpg, family = binomial, data = mtcars)
glmCI(glm_out)
[Package wrappedtools version 0.9.5 Index]