Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: Re: table with zero rows


From   Kit Baum <[email protected]>
To   [email protected]
Subject   st: Re: table with zero rows
Date   Thu, 4 Sep 2008 06:39:03 -0400

< >
In addition to Ben Jann's -fre-, help njc_best_stuff reveals

ssc describe tabcount


Kit Baum, Boston College Economics and DIW Berlin
http://ideas.repec.org/e/pba1.html
An Introduction to Modern Econometrics Using Stata:
http://www.stata-press.com/books/imeus.html


On Sep 4, 2008, at 02:33 , statalist-digest wrote:

Sometimes a variable which takes sequential integer
values does not take all possible values that it could.
For instance, -myvar- may represent a survey response
on a scale of 1 to 5, but no respondents chose "3".

I would like to generate frequency tables for such variables
that include rows for the unused values. So

      myvar |      Freq.     Percent        Cum.
- ------------+-----------------------------------
          1 |         37       17.54       17.54
          2 |        169       80.09       97.63
          3 |          0        0.00       97.63
          4 |          5        2.37      100.00
          5 |          0        0.00      100.00
- ------------+-----------------------------------
      Total |        211      100.00


Now, I can see how to write the do-file, but I keep
putting it off in the hopes of finding some trick
(or existing program) that will do the job.
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index