coefsLogReg | R Documentation |
Show odds ratios and their confidence intervals for logistic regression parameter estimates.
coefsLogReg(model, confint = TRUE, level = 0.95)
model |
object of class |
confint |
indicates whether a confidence interval for the odds ratio should be returned. |
level |
the confidence level required. |
coefsLogReg
returns the same table as summary(object)$coefficients
,
with the addition of the coefficients' odds ratios and their confidence intervals.
Mathijs Deen
glm(formula = am ~ disp, family = binomial, data = mtcars) |>
coefsLogReg()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.