Announcement

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

  • Generating frequency tables

    Hello,

    I have 9 different product categories and my survey asked which of the product categories consumers are aware of. Now I'd like to create a frequency table that gives me frequencies of awareness of at least one of the product categories. In other words, I'd like to know the number and percentage of people that are aware of at least one product. What command do I use in Sata for executing this.

  • #2
    Provide a data example, e.g., by copying and pasting the result of

    Code:
    dataex in 1/30

    Comment


    • #3
      As Andrew points out, some data would be helpful.

      But I suspect

      tabstat x1 x2 x3 , stats(sum)

      might do if it's a 0/1.

      Comment


      • #4
        Thank you George Ford and Andrew Masau. I did figure it out I just created new variables and the used the replace.....if..... command. Cheers

        Comment

        Working...
        X