I'd like to export fit statistics (log likelihood, AIC, BIC) to a table in dta format. I can display fit statistics after fitting the model (created using strsmix) easily enough using estimates stats
, or estat ic
, but I can't seem to find a way to write that to a proper .dta file.
I have the same problem with exporting the variance covariance matrix. I can display it using estat vce
, but I can't see to find a way to export it.