Announcement

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

  • tab all categorical variable at once

    Hi family,
    Is there a way you can simple do to tabulate or tab command in Stata to run frequencies table for all categorical variables in your dataset at once.

    I tried the tab * but it didn't work

    I need your help on that .

    Thank you.
    Sham

  • #2
    Well, you will need to make a list of all the categorical variables, but the command you are looking for is -tab1-.

    Code:
    tab1 list_of_variables
    will do exactly what you are asking for.

    Comment


    • #3
      Hi Clyde,
      It is working.
      I am most grateful.

      Comment

      Working...
      X