Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | "Narahari H.S." <naraharihs@yahoo.co.in> |
To | statalist@hsphsun2.harvard.edu |
Subject | Re: st: Row totals in table |
Date | Fri, 20 May 2011 15:07:17 +0530 (IST) |
Thanks Nick ! This works but I am unable to format the table cells using -tab-. Can this be done? Hari --- On Fri, 20/5/11, Nick Cox <njcoxstata@gmail.com> wrote: > From: Nick Cox <njcoxstata@gmail.com> > Subject: Re: st: Row totals in table > To: statalist@hsphsun2.harvard.edu > Date: Friday, 20 May, 2011, 1:50 PM > 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. <naraharihs@yahoo.co.in> > 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/ > * * 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/