Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • outreg2, cttop

    I am running outreg2, cttop after mi estimate. Here is a simplified version of my code:
    Code:
    mi estimate, vartable post: mean math_incomplete
    outreg2 using "Results\MI_M100", replace ctitle(Formula) cttop(Hello) excel
    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?

  • #2
    Hi, I recently encountered the same problem.
    I used correct code just like what you did, but ended up without text in cttop().

    Did you find any solution ?

    Comment


    • #3
      If anybody comes across this, I think the issue is that you can't use ctitle and cttop simultaneously. You can add a comma to add additional lines in ctitle, and in cttop, but that if you use cttop it will put the original DVs name in the variable line.

      Comment

      Working...
      X