Hello all,
I have a variable age, but I'm only looking at two age groups. I created a variable for this at this was fine for the first wave. Now I received the second dataset collected in the same group and now a some of the participants are 20 and therefore not included in my analysis. I made a new variable generate age_10_19 = b05 if b05 >= 10 & b05 <= 19 .
I only want to analyse the participants who are now included in this set.
So for example: tabulate education gender, row
How can I get the n and the % only for the participants from variable age_10_19.
Thank you once again for you time.
Anna
I have a variable age, but I'm only looking at two age groups. I created a variable for this at this was fine for the first wave. Now I received the second dataset collected in the same group and now a some of the participants are 20 and therefore not included in my analysis. I made a new variable generate age_10_19 = b05 if b05 >= 10 & b05 <= 19 .
I only want to analyse the participants who are now included in this set.
So for example: tabulate education gender, row
How can I get the n and the % only for the participants from variable age_10_19.
Thank you once again for you time.
Anna
Comment