Hi ALL!
so using the tab command below I get the table output:
tab code if dummyvariable==1, sort
Code | Freq. | Percent | Cum.
------------+-----------------------------------
P | 240 | 31.99 | 31.99
D | 60 | 9.79 | 41.78
R | 57 | 7.29 | 49.08
Q | 53 | 6.86 | 55.93
N | 45 | 5.98 | 61.92
The table output I get is of course much longer
How can I tabulate so that I only get the observations with percent higher than lets say 6%, i.e. so that only P,D,R,Q are shown?
Many thanks!!
so using the tab command below I get the table output:
tab code if dummyvariable==1, sort
Code | Freq. | Percent | Cum.
------------+-----------------------------------
P | 240 | 31.99 | 31.99
D | 60 | 9.79 | 41.78
R | 57 | 7.29 | 49.08
Q | 53 | 6.86 | 55.93
N | 45 | 5.98 | 61.92
The table output I get is of course much longer
How can I tabulate so that I only get the observations with percent higher than lets say 6%, i.e. so that only P,D,R,Q are shown?
Many thanks!!
Comment