Statalist


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

st: count


From   Tina Hernandez-Boussard <[email protected]>
To   [email protected]
Subject   st: count
Date   Fri, 12 Oct 2007 13:37:22 -0700

Hi All,

I am trying to get a count of procedures at a hospital by year and store this number.

In SAS I can do this:

proc freq data=tmp noprint; tables year * hospid / out=t_tmp; run;


I am trying to use count in stata, but I am unable to store count of hospitals by year. I get the count of hospitals by year with this command

by hospid: count if year == 1999

Any help??

Thanks

Tina
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* 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