orSE | R Documentation |
Calculate the standard error for an odds ratio by exponentiating the log
orSE(model)
model |
a GLM model with family = "binomial" |
m <- glm(data = mtcars, factor(am) ~ mpg + disp, family = "binomial") summary(m) orSE(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.