Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Frequencies of Multiple Variables in one Table(one way)

    Hello everyone,

    I have a problem concerning displaying frequencies of different variables in a table. I have many variables, all of them are binary variables or ordinal categorical variables. I want to create a table frequency, percent, valid and Cum.
    The data I have looked like this:
    ID History of Breast Cancer Family History Multifocal Tumor Location
    1 0 1 1 1
    2 1 2 2 2
    3 0 3 1 1
    4 1 1 3 2
    5 0 2 2 1
    What I would like now is a table like this:
    Click image for larger version

Name:	_20190508154819.png
Views:	1
Size:	23.8 KB
ID:	1497225

    I just used command fre to get some separate tables and combined them in a single table. I would like to ask if there is an easier way to solve this problem?
Working...
X