http://www.andrewheiss.com/blog/2016/04/25/convert-logistic-regression-standard-errors-to-odds-ratios-with-r/ #22
Replies: 5 comments 3 replies
-
Hi Andrew, I just have one question: WHY would you want to calculate this? While It's easy for people to get confused by posts like this, so please Best, -- Your calculations are overly complicated. |
Beta Was this translation helpful? Give feedback.
-
This was very useful to me. I needed to calculate a confidence interval |
Beta Was this translation helpful? Give feedback.
-
Thank you for this tutorial, it's very helpful. How would I convert the |
Beta Was this translation helpful? Give feedback.
-
Hello Dr. Heiss, Just to note here that, a easier way to get the odd-ratio from the model.df %>% tidy(exponentiate = T, Thanks, |
Beta Was this translation helpful? Give feedback.
-
Doing a little math, var.diag is just std.error^2, so |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Convert logistic regression standard errors to odds ratios with R | Andrew Heiss
http://www.andrewheiss.com/blog/2016/04/25/convert-logistic-regression-standard-errors-to-odds-ratios-with-r/
Beta Was this translation helpful? Give feedback.
All reactions