The standard esttab command does not include an option to display the value, standard errors, and confidence intervals for sigma_u and rho after estimating an xtologit. I used the following code suggested in an earlier, related Statalist post which lets me compute sigma_u and rho.
Code:
local logistic_variance = (c(pi)^2)/3 local rho = _b[sigma2_u:_cons]/(_b[sigma2_u:_cons] + `logistic_variance') display `"`rho'"'
I was wondering if there was a way to specify tabulating the value, standard errors, and confidence intervals for sigma_u and rho using the esttab command.
Thanks.
SAM
0 Response to Displaying sigma_u and rho for xtologit using esttab
Post a Comment