Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
st: AW: summary table after tab1
From
"Martin Weiss" <[email protected]>
To
<[email protected]>
Subject
st: AW: summary table after tab1
Date
Sun, 27 Jun 2010 19:13:19 +0200
<>
You may want to use -egen, group()- beforehand:
*************
sysuse auto, clear
tab1 turn trunk, sort
egen mygroups=group(turn trunk), label
ta mygroups
*************
HTH
Martin
-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von Andrzej
Niemierko
Gesendet: Sonntag, 27. Juni 2010 18:13
An: Stata
Betreff: st: summary table after tab1
What's the simples way to generate a one-way summary table of frequencies
over several variables. -tab1 varlist, sort- generates individual tables but
I need a single table with frequencies summed over varlist.
Thank you,
Andrzej
The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the
e-mail
contains patient information, please contact the Partners Compliance
HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in
error
but does not contain patient information, please contact the sender and
properly
dispose of the e-mail.
*
* 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/
*
* 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/