I am running outreg2, cttop after mi estimate. Here is a simplified version of my code:
It works as expected, except that the output file doesn't contain the "Hello" I requested with the cttop option. What am I doing wrong?
Code:
mi estimate, vartable post: mean math_incomplete outreg2 using "Results\MI_M100", replace ctitle(Formula) cttop(Hello) excel
Comment