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
No support for meqrlogit as of Stata 16I looked at the help file for meqrlogit in Stata 16 and it is no longer part of Stata 16. I couldn't…
Tabulate multiple variables with binary values into one table/supervariableHello everyone new here and to stata, so please forgive the numb question. I have a list of seven v…
marginsI have the following dataset. The dataset is about loans and it's interest rates, there are more var…
Substracting dates to get days-betweeni, I am trying to work with dates - specifically getting the mean interval in days between two date…
Creating episodesDear All, I have an individual level panel data with 108 monthly waves. Code: Code: * Example …
Subscribe to:
Post Comments (Atom)
0 Response to Multiple hypothesis testing
Post a Comment