I'm running two xtpcse models in Stata, but they are giving different results, and I'm trying to understand why. Here are the models:
Code:
xtpcse y c.x1##c.x2 c.x2##i.x3 ctrlvars, corr(ar1) hetonly xtpcse y c.x1##c.x2 c.x2#i.x3 x3 ctrlvars, corr(ar1) hetonly
Comment