Hi, guys!
I received an error message "estimates post: matrix has missing values" when i'm using ivreg2. I've checked that there's no missing values in the y and controls. I really don't know how to handle this issue, any ideas are appreciated!!
Here's my stata codes:
local x1 male age agesq tmperiod
local x2 s_age
local x3 h_dfct
xi: ivreg2 y (x = iv) `x1' i.educ i.employer2 i.industry i.marea `x2' i.s_educ `x3' i.p_prefect [pw = w_l], cluster(i.home_pref i.p_prefect) partial(i.p_prefect) first
Best!
Leo
Related Posts with Estimates post: matrix has missing values! for ivreg2
CAPM OLS event study calculating CAR for multiple companies at the timeHello Stata friends, I am conducting a CAPM event study with 34 events and eight different companie…
Why is the mixed command slow? Can it be sped up?I'm attempting to do a simulation comparing resutls from a random effects model with a random interc…
Error message on assigning different methods of obtaining start values for latent class analysisHi all, I am running a 3-class latent class model on 17 categorical indicators and keep getting err…
Adding controls, insignificant treatment var turns significantDear friends, I am running a Fixed Effects regression to test the effect of a policy on firms' pate…
Time Dummy Variables in stcoxHi, I am analyzing the factors that affect the time-on-market when selling a house using -stcox-. …
Subscribe to:
Post Comments (Atom)
0 Response to Estimates post: matrix has missing values! for ivreg2
Post a Comment