Dear Statalisters,
Using stata /IC 15.1, I am trying to run the following command:
eregress y x1 x2 x3, endog(x2=z1 x3) select(selected= x2 x3 w1)
When I run this command STATA reports that "initial values not feasible", however, when I add nomain with endog(x2=z1 x3,nomain) and don't include x2 in the main equation stata reports results .However, I really need to include x2 in the main equation. Any advice would be appreciated.
regards,
Naveed
Using stata /IC 15.1, I am trying to run the following command:
eregress y x1 x2 x3, endog(x2=z1 x3) select(selected= x2 x3 w1)
When I run this command STATA reports that "initial values not feasible", however, when I add nomain with endog(x2=z1 x3,nomain) and don't include x2 in the main equation stata reports results .However, I really need to include x2 in the main equation. Any advice would be appreciated.
regards,
Naveed
Comment