Buddy,
You can creates the tables with a -foreach- loop.
sysuse auto
local vars "foreign make price mpg"
foreach v of local vars {
tab `v'
}
local vars "make price mpg"
foreach v of local vars {
tab `v' foreign
}
Friedrich
--- buddyb <[email protected]> wrote:
> Hi,
>
> Is there a way to get STATA to output a frequency for
> all of the variables (as well as a two-way table of
> one variable by all the other variables)? Right not it
> just allows me to tabulate or table only 3 or so
> variables.
>
> Thanks,
> Buddy
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
*
* 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/