Hi, I wonder if anyone can help?
IM1 = does the child have a vacciantion card?
CAGE_6 = 6 month age categories
Commands:
tab IM1, nol m
replace IM1 = . if IM1 == 9
tab IM1 CAGE_6
I want to exclude children in the 36-47 month old category for the variable IM1, how do I do this please? I can't drop the data as I am measuring many variables of each child.
IM1 = does the child have a vacciantion card?
CAGE_6 = 6 month age categories
Commands:
tab IM1, nol m
replace IM1 = . if IM1 == 9
tab IM1 CAGE_6
I want to exclude children in the 36-47 month old category for the variable IM1, how do I do this please? I can't drop the data as I am measuring many variables of each child.
Comment