Hi,
I have the following dataset:
I am trying to run the following fixed effect regression (large number of fixed effect "fundid"):
I am getting the following error:
Twoway Fixed Effects Estimation: gpreg
__000004 not found
r(111);
How can I fix that? Thanks
I have the following dataset:
HTML Code:
fundid Domicile date weighting IR 14994056 United States 30jun2014 40.73576 .0011333 12217413 United States 31aug2013 .53653 .0012333 13619906 United States 31dec2013 10.52529 .0012667 14544742 Canada 31may2014 99.83504 .0117397 11389637 Canada 28feb2013 37 .0116 13884940 United States 28feb2014 2.27623 .0012333 14035402 United States 31mar2014 .90946 .0012333 12607260 Canada 31oct2013 .25272 .0116861 12358598 United States 31aug2013 32.01303 .0012333
Code:
gpreg weighting IR, ivar(Domicile) jvar(fundid)
Twoway Fixed Effects Estimation: gpreg
__000004 not found
r(111);
How can I fix that? Thanks
Comment