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
Choosing the right modeling technique available in STATADear Stata Experts: I am working on an assignment to predict state policy on a particular issue. Th…
Contour plot cannot handle missing xHi all, As you can see from my code below, I only want to plot the cells with F statistics higher t…
Error calculating marginal effects with a tobit modelI am looking at the effect of permitting standards, rebates, average income, and electricity price o…
how do the melogit and logit handle missing data? why do the results show different # of observations, despite same vars?I am trying to understand why two models with the same variables report different number of observat…
Panels are not nested within clustersDear Statalister, I basically encounter a problem similar to this: https://www.statalist.org/forums…
Subscribe to:
Post Comments (Atom)
0 Response to Estimates post: matrix has missing values! for ivreg2
Post a Comment