Hi community,
I wish to compare the prevalence of food security among adult males (AGE_VQ_P>=20). Food security is an ordinal outcome with 3 levels (food secure, at risk of hunger and food insecure) and male==1.
I have tried using a Kruskal-Wallis and I'm not sure if this test is appropriate in this case. Here is the code and outcome I produced:
kwallis Sex if AGE_VQ_P>=20 & Sex==1, by(Hunger_cat)
Kruskal-Wallis equality-of-populations rank test
+--------------------------------------+
| Hunger_cat | Obs | Rank Sum |
|--------------------------+--------+---------------|
| Food secure | 1,840 | 3.61e+06 |
| At risk of hunger | 960 | 1.88e+06 |
| Experience hunger | 1,119 | 2.19e+06 |
+---------------------------------------------------+
chi-squared = -0.000 with 2 d.f.
probability = 1.0000
chi-squared with ties = . with 2 d.f.
probability = 0.0001
and If this test is appropriate, may you please advise on how to run a Tukey post hoc analysis
Related Posts with Comparing prevalence
Help on fixed effectsDear all, I'd need some advice on how to deal with fixed effects. I am currently working on a cross…
mi impute chained trace plotsHi all, I am running the command mi impute chained (regress) x y z = a b c, add (10) burnin (100) r…
Reverse a numeric variableHi all, so i have a numeric variable with a lot of values, that are decimal: 4,626276 5,162374 5,6…
Help needed: creating flag to Identify at least 3 consecutive years of data (without discarding other cases)Dear Sir/Madam I have a panel dataset (each company has one or multiple years of data, but there ar…
Help merging excel files in stata with 3 variablesI have 3 excel files with poverty data at the county level for the years 1980,1990, and 2000. I have…
Subscribe to:
Post Comments (Atom)
0 Response to Comparing prevalence
Post a Comment