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
Best code to replicate line graph with error barsHi Statalilst I want to replicate this graph: Array I use STATA 15.1. I have a large pooled cross-…
Creating a mean for each person ID conditional on another variableHello, I have a long dataset with multiple observations of a value (value) per person id (pid). I h…
Interactions in mvprobitDear all, is there any way to integrate interactions in -mvprobit-? I tried it, but Stata (14.2) al…
obtaining distribution measures from estimated densitiesHi folks, for an income decomposition procedure I use the -kdensity- function to obtain probability…
Survival Analysis: Problem with setting up time to event data (years vs periods of time)Dear Statalist users, I am setting up a survival model, where I look at the farmers' time to adopti…
Subscribe to:
Post Comments (Atom)
0 Response to Estimates post: matrix has missing values! for ivreg2
Post a Comment