powered by
glm_CI computes and formats CIs for glm.
glm_CI
glmCI(model, min = .01, max = 100, cisep = '\U000022ef', ndigit=2)
A list with coefficient, CIs, and pasted coef([CIs]).
Output from glm.
Lower and upper limits for CIs, useful for extremely wide CIs.
Separator between CI values.
rounding level.
glm_out <- glm(am ~ mpg, family = binomial, data = mtcars) glmCI(glm_out)
Run the code above in your browser using DataLab