Dear Stata users I am running the following code:
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.
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
esttab using "C:\Users\Table 1.csv", append ar2 b(a2) star (* 0.1 ** 0.05 *** 0.01) nogaps
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.