Thank you in advance for you answers.
I try to find the mean and percentage for the gender separate in my dataset. For some reason I only get the n and not a mean or %. This is what I did and have. The code to get this must be simple, but this rookie is stuck again.
. tab b02
Sex | Freq. Percent Cum.
------------+-----------------------------------
Male | 288 50.00 50.00
Female | 288 50.00 100.00
------------+-----------------------------------
Total | 576 100.00
tab b08 b02
Occupational | Sex
status | Male | Total
-----------------+-----------+----------
Unemployed | 34 | 70
Student | 242 | 485
Work | 10 | 17
Work and Student | 2 | 4
-----------------+-----------+----------
Total | 288 | 576
Occupational | Sex
status | Female | Total
-----------------+-----------+----------
Unemployed | 36 | 70
Student | 243 | 485
Work | 7 | 17
Work and Student | 2 | 4
-----------------+-----------+----------
Total | 288 | 576
I try to find the mean and percentage for the gender separate in my dataset. For some reason I only get the n and not a mean or %. This is what I did and have. The code to get this must be simple, but this rookie is stuck again.
. tab b02
Sex | Freq. Percent Cum.
------------+-----------------------------------
Male | 288 50.00 50.00
Female | 288 50.00 100.00
------------+-----------------------------------
Total | 576 100.00
tab b08 b02
Occupational | Sex
status | Male | Total
-----------------+-----------+----------
Unemployed | 34 | 70
Student | 242 | 485
Work | 10 | 17
Work and Student | 2 | 4
-----------------+-----------+----------
Total | 288 | 576
Occupational | Sex
status | Female | Total
-----------------+-----------+----------
Unemployed | 36 | 70
Student | 243 | 485
Work | 7 | 17
Work and Student | 2 | 4
-----------------+-----------+----------
Total | 288 | 576
Comment