Announcement

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

  • Numeric Variable backed with a text

    Hello all,

    I have the following question regarding the Summarize command. If I have a numeric variable where each number has a text behind it. For example 1=house, 2=apartment and so on.....
    I now want to use the sum command to see how many times the observation house or apartment occurs. Unfortunately, the sum command only summarizes the numbers in the following pattern.....


    Variable | Obs Mean Std. dev. Min Max
    -------------+---------------------------------------------------------
    Living Situation | 10,359 .9120571 2.289041 -3 4




    Which command do I have to use to sum up the backed names for every number?


    Best

    John Marburg

  • #2
    Code:
    help tabulate

    Comment


    • #3
      Thank you, I could not remember the command

      Comment

      Working...
      X