Hello everyone,
I want to generate descriptive statistics after running my regression, using the "estat sum" command. However, if i try to run "estat sum", i get the following error code: ln_xrdintensity has 1 missing observation r(498). I do not understand the problem as the regression is running well. Can someone help me?
regression code:
estat code I want to run afterwards:
best regards
Chris
I want to generate descriptive statistics after running my regression, using the "estat sum" command. However, if i try to run "estat sum", i get the following error code: ln_xrdintensity has 1 missing observation r(498). I do not understand the problem as the regression is running well. Can someone help me?
regression code:
Code:
xtpoisson patents cl.ln_xrdintensity##cl.Numberofmergers cl2.ln_xrdintensity##cl2.Numberofmergers cl3.ln_xrdintensity##cl3.Numberofmergers l.ln_emp i.YearEffective i. AcquirorPrimarySICCode, fe vce (robust)
Code:
estat sum
Chris
Comment