Dear Stata list,
I am using the user-written command -reg2hdfe- from SSC in Stata 12.1.
When I type the command
reg2hdfe n_combpay n_yrXelig_1993-n_yrXelig_2012
n_year_1993-n_year_2012, id1(id) id2(n_yrXstate) cluster(id)
Stata executes and has no complaints.
However, when I attempt to save the transformed variables by adding
the "outdata" option
reg2hdfe n_combpay n_yrXelig_1993-n_yrXelig_2012
n_year_1993-n_year_2012, id1(id) id2(n_yrXstate) cluster(id)
outdata(data5)
I get the error message
file could not be opened
r(603);
I've tried various names for the dataset but can't get it to work. I
would appreciate any assistance you can provide.
Many thanks,
Manasi
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/faqs/resources/statalist-faq/
* http://www.ats.ucla.edu/stat/stata/