Announcement

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

  • Interactions not allowed

    Dear Stata users I am running the following code:

    eststo: quietly asreg ret r1 r1##avg, fmb
    esttab using "C:\Users\Table 1.csv", append ar2 b(a2) star (* 0.1 ** 0.05 *** 0.01) nogaps
    The stata returns the following error: interactions not allowed r(101).

    I use many interaction variables in the analysis and do not create them manually as the dataset gets overcrowded.

    What is the way around this issue in this regression/results export set up?

    Thanks.
Working...
X