Hello,
I struggle to get the standard errors after
in Stata 18. The help section says that r(table) would give one a matrix containing the coefficients with their standard errors, test statistics, p-values, and confidence intervals. Running
indeed gives me a table with the coefficients, t-statistics, p-values, confidence intervals, as well as something called eform (which is always 0). However, the table does not contain the standard errors. Does anyone know how to get the standard errors then?
Thank you.
I struggle to get the standard errors after
Code:
wildbootstrap xtreg
Code:
mat list r(table)
Thank you.
Comment