glmCI | R Documentation |
glm_CI
computes and formats CIs for glm.
glmCI(model, min = .01, max = 100, cisep = '\U000022ef', ndigit=2)
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. |
A list with coefficient, CIs, and pasted coef([CIs]).
glm_out <- glm(am ~ mpg, family = binomial, data = mtcars)
glmCI(glm_out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.