-estout- is a user-written command. Please remember to explain where you got user-written commands that you refer to. My guess is that you may need to update your -estout-. You need a version that understands factor variable notation.
Nick
n.j.cox@durham.ac.uk
Pavlos C. Symeou
I am running the following model where I use Factor variables to
represent the interaction of all my continues variables
(discretion, l.press, l.performance) with the continuous variable
apple.
The model is estimated without any problems, but when I use the -
estout - command to export the output to the text file it gives me
the following error:
discretion#c: operator invalid
r(198);
I don't understand what the problem might be. I appreciate any
thoughts.
Best,
Pavlos
xtlogit str discretion l.press l.performance apple
c.discretion#c.apple l.c.press#c.apple l.c.performance#c.apple, re
nolog
estimates store model
estout model using "C:\model.txt", replace ///
cells(b(star fmt(%9.3f) label(Coef.))se(par fmt(%9.2f)
label(SE))) ///
legend varlabels(_cons constant) ///
stats(N N_g chi2 ll, fmt(%9.2f)) delimiter(_tab)
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/