Announcement

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

  • Create Percent table


    Hi!
    I am quite new in the world of STATA. I am currently looking for a way, perhaps a code in the best case, to create something similar to this table but from another dataset. I need to list the variables vertically and have the frequencies (percentages) on the right.
    Thanks for the help in advance
    Screen Shot 2022-07-24 at 12.01.54 AM.png

  • #2
    if you are using version 17 (if you are using an earlier version, then you should tell us what version you are using - see the FAQ), see
    Code:
    h table

    Comment

    Working...
    X