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]
Re: st: Row totals in table
From
Nick Cox <[email protected]>
To
[email protected]
Subject
Re: st: Row totals in table
Date
Fri, 20 May 2011 09:20:40 +0100
The purpose of the -row- and -col- options is to add statistics for
the total category, rather than totals of the statistics. So, I don't
think -table- is the way to do this.
Some technique:
sysuse auto, clear
preserve
collapse mpg, by(foreign rep78)
tab foreign rep78 [iw=mpg]
restore
Nick
On Fri, May 20, 2011 at 8:31 AM, Narahari H.S. <[email protected]> wrote:
> I am using the -table- command (in Stata/SE 10.1). The contents of the table are the means of a variable. I want the total of those means in the row total. I am unable to get this using the -row- option. Please let me know how to do this.
*
* 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/