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
VAR ResidualsDear Stata users, I have a VAR(1) model and need to get the residuals from each equation in the var.…
probit regressionWhen conducting the probit regression, i get multiple omitted variables. How do I solve this? By reg…
Help creating a dummy columnHi guys! I need help creating a new column in my dataset (provided below). Code: * Example gener…
ICD 10 Codes extractionHello everyone, I am new to Stata and currently working with Stata 15. Please I urgently need help…
transfering data to excelHello everyone, When trying to export my probit output table to excel, i get an error. the table is…
Subscribe to:
Post Comments (Atom)
0 Response to Multiple hypothesis testing
Post a Comment