When using stargazer to create a LaTeX table on a logistic regression object the standard behaviour is to output logit-values of each model. Is it possible to get exp(logit) instead? That is, can i get the Odds-ratios instead?
In the stargazer documentation the following mentions the "Coef"-argument, but I dont understand if this can enable the exp(logits).
See Question&Answers more detail:osCoef: a list of numerical vectors that will replace the default coef?cient values for each model. Element names will be used to match coef?cients to individual covariates, and should therefore match covariate names. A NULL vector indicates that, for a given model, the default set of coef?cients should be used. By contrast, an NA vector means that all of the model’s coef?cients should be left blank.