Hello,
I have some issues regarding the estimation of counterfactual treatment effects regression for binary outcome variable, food insecurity=1 vs food secured=0 each for male (MHH) and female (FHH) headed families using random effects probit model. My main aim is to analyze food counterfactual food insecurity levels of FHH – reflecting what food insecurity of FHH would be when the returns of the MHH characteristics are swapped into the FHHs
First, model is simplified to run separate probit models each for MHH and FHH families as such:
MHH_Fd_insec=BMHH XMHH + UMHH if MHH=1 for male-headed families
FHH_Fd_insec = BFHH XFHH + UFHH if MHH=0 for female-headed families
I tried the following:
probit fd_insec yrsch_hd age_hd hhsize occp_hd if MHH==0 // presenting the actual estimates for female headed families
probit fd_insec yrsch_hd age_hd hhsize occp_hd if MHH==1 // presenting the actual estimates for male headed families
Please, is there any Stata command that can be used to estimate a counterfactual probit model by interchanging the characteristics of MHH into those of the FHHs?
Your kind help will be highly appreciated.
Ikechukwu
Related Posts with probit and counterfactual outcomes between groups
How not to do xtdpdgmmThe title of this post is deliberately provocative: it echoes slides and tweets by Sebastian Kripfga…
directions of endogenous coefficients are the opposite in simultaneous equation modelHi everyone, I'm running simultaneous equation model (2 equations) but getting a weird result. My a…
Merging DataHello all, I have two datasets: one has a column of geographic identifiers and one has a column of …
inquire about ORDERED LOGISTIC REGRESSIONI am studying people's financial stress. I have a set of 10 items to measure financial stress (1-4 L…
Looping over many valuesDear Statalist, I've came across a problem I couldn't solve. I have a dataset indicting informatio…
Subscribe to:
Post Comments (Atom)
0 Response to probit and counterfactual outcomes between groups
Post a Comment