Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: st: question about tabstat and table


From   Alan Neustadtl <[email protected]>
To   [email protected]
Subject   Re: st: question about tabstat and table
Date   Thu, 26 Mar 2009 08:22:21 -0400

See -help table- fo rmore informaiton.  The example below might help as well:

/*************************************/
sysuse auto, clear
table rep78 foreign, c(mean mpg)
/*************************************/

Best,
Alan


On Thu, Mar 26, 2009 at 8:13 AM, Victor M. Enciso M.
<[email protected]> wrote:
> Dear all,
>
> I have three vars: soap usage, language and study
> language and study can only take two values.
>
> If I want to get the mean of soap usage by language or study I can use
> tabstat
>
> tabstat soap usage, by(study)
>
> or if I want a two way table of study and language:
>
> table study language
>
> What I want, and don't know how to get is a two way table of study and
> language but instead of having the counts as result I want the mean of soap
> usage.
>
> Obviously, stata doesn't accept
>
> tabstat soap usage, by(study language)
>
> So, any suggestions?
>
> thank you.
>
>
>
> --
> Víctor M. Enciso M.
> School of Mathematics
> The University of Manchester
> C24 Ferranti Building
> PO BOX 88
> M60 1QD
> Manchester, UK
> Ext: 55820
>
>
> *
> *   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/



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