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
Create variable 0/1 based on other variables - error messageHi I want to create a new variable where the new variable has the value 1 if three other variables h…
convert quartiles to tertilesHello, I am Hatem Ali We summarize the associations corresponding to the top versus bottom third of…
Detailed summary statistics with dummy variablesHi guys, I need to create a descriptive statistics table on a dummy variable. With the tab(...), su…
global NT = `: word count `r(varlist)''*What does it mean?: global NT = `: word count `r(varlist)'' global NT_1 = $NT - 1 …
Twoway graph with one legend in commonDear all, I would need your support for a small problem with a graph to be fixed. I have a series o…
Subscribe to:
Post Comments (Atom)
0 Response to Comparing prevalence
Post a Comment