stargazer_or: Stargazer with Odds Ratios

View source: R/stargazer_or.R

stargazer_orR Documentation

Stargazer with Odds Ratios

Description

Stargazer with Odds Ratios

Usage

stargazer_or(
  model,
  odd.ratio = T,
  type = "text",
  no.space = T,
  star.cutoffs = c(0.05, 0.01, 0.001),
  ...
)

Arguments

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()

Value

stargazer table

Examples

glm(am ~ wt, data=mtcars,family = 'binomial') |> stargazer_or()

lirabenjamin/Ben documentation built on Aug. 6, 2024, 7:11 p.m.