Hello Users,
I am a new user of the stata software.
I am analysing the usage of maternal care services at the health facility level. I first run the health facility level fixed effects model for each outcome.
I would like to employ the wyoung command for multiple hypothesis testing as below:
wyoung,cmd("xtreg lnanc1 post1 post2 program_hf int1 int2 $xlist if nomiss1r==1" "xtreg lnanc4 post1 post2 program_hf int1 int2 $xlist if nomiss2r==1" ///
"xtreg lndelunit post1 post2 program_hf int1 int2 $xlist if nomiss3r==1" "xtreg lnpnc post1 post2 program_hf int1 int2 $xlist if nomiss4r==1") ///
familyp(program_hf) bootstraps(10000) seed(124) strata(hc) cluster(distid) force singlestep detail noresampling replace
On execution of the above command, I get an error that reads "variable Navg not found" . An r111 error type.
Seeking your help please
Regards,
Claire
Related Posts with Multiple hypothesis testing
MeanHi all, I am running a simulation in STATA and would like to obtain a single mean out of the code b…
Two stage least square - instrumental variable -use industry medianDear Listers, I read a research paper using industry median as instrument to deal with endogeneity …
Logit model - sample size and clustering questionHello, I would like to check if there is a relationship between mothers' fertility and grandparenta…
Codebook within bys:?I usually use the command -codebook- to undertand the number of unique values of a given variable. I…
graph malfunctionHi folks, I am trying to create a fractional polynomial over a scatter plot but the curve doesn't ap…
Subscribe to:
Post Comments (Atom)
0 Response to Multiple hypothesis testing
Post a Comment