Hello Statalisters,
I am doing maximimum likelihood estimations (ml) on
various specifications, and would like to put the
results from several of these on a single display
table (one column for each specification). With
regular OLS regressions I use outreg. However, I have
not been able to use outreg for the ml estimation
results. Does it still work here, or is there an
alternative command I could use?
I don't know about -outreg- and -ml-. However, the -parmest- package
(downloadable from SSC) might be an aternative. It converts estimation
results to an output data set with 1 observation per parameter, or 1
observation per parameter per by-group, and data on parameter names,
estimates, confidence limits, P-values and other parameter attributes. Type
-ssc desc parmest- to find out more.