stargazer_or | R Documentation |
Stargazer with Odds Ratios
stargazer_or(
model,
odd.ratio = T,
type = "text",
no.space = T,
star.cutoffs = c(0.05, 0.01, 0.001),
...
)
model |
A model object fitted with glm() |
odd.ratio |
logical, should the table contain log-odds coefficients or odds ratios. Defaults to odds ratios. |
... |
Additional parameters for stargazer() |
stargazer table
glm(am ~ wt, data=mtcars,family = 'binomial') |> stargazer_or()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.