Dear Users,
I needed to produce stata out put to latex. The out put is the odds ratio of logit estimation.
I am using the following command :
outreg2 using "file name", keep(var) stats(coef se) eform bdec(3) sdec(3) nocons label
The command produced the odds ratio and the standard errors associated with the odds ratio. So, i have two questions.
1. Should i report these standard errors that are associated with the odds ratio or should i report the standard errors from the original logit estimation?
2. I know the odds ratio are e the power of the coefficients from the logit estimation, how are the standard errors associated with the odds ratio computed?
Best,
I needed to produce stata out put to latex. The out put is the odds ratio of logit estimation.
I am using the following command :
outreg2 using "file name", keep(var) stats(coef se) eform bdec(3) sdec(3) nocons label
The command produced the odds ratio and the standard errors associated with the odds ratio. So, i have two questions.
1. Should i report these standard errors that are associated with the odds ratio or should i report the standard errors from the original logit estimation?
2. I know the odds ratio are e the power of the coefficients from the logit estimation, how are the standard errors associated with the odds ratio computed?
Best,
Comment