Please i have singleton groups , i need to know these singleton groups so i can drop them from the main model and have same number of observations in the main and 2SLS model
in order to do this i should i identify residuals in the xtivreg2
i run this model but it give me that option resid not allowed
xtset id year
ssc install xtivreg2, replace
tab year , generate(yr)
xtivreg2 EQUITY FSIZE OP_CF SD_OCF TAX BM LEV MA DPP RPP PSIZE DR Gov_score Sustain_Perf Sust_Commit yr2-yr19 (CSO = Instrumental), fe first robust endog(CSO) resid
predict resid, residuals
Ho wan i identify residual in xtivreg2 model
in order to do this i should i identify residuals in the xtivreg2
i run this model but it give me that option resid not allowed
xtset id year
ssc install xtivreg2, replace
tab year , generate(yr)
xtivreg2 EQUITY FSIZE OP_CF SD_OCF TAX BM LEV MA DPP RPP PSIZE DR Gov_score Sustain_Perf Sust_Commit yr2-yr19 (CSO = Instrumental), fe first robust endog(CSO) resid
predict resid, residuals
Ho wan i identify residual in xtivreg2 model
HTML Code:
. xtivreg2 EQUITY FSIZE OP_CF SD_OCF TAX BM LEV MA DPP RPP PSIZE DR Gov_score Sustain_Perf Sust_Commit yr2-yr19 (CSO = Instrumen > tal), fe first robust endog(CSO) resid Warning - singleton groups detected. 7 observation(s) not used. option resid not allowed r(198); end of do-file r(198);
Comment