Bookmark and Share

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: How to total amounts by different values in a field?


From   Maarten Buis <[email protected]>
To   [email protected]
Subject   Re: st: How to total amounts by different values in a field?
Date   Mon, 23 Apr 2012 16:22:47 +0200

--- On Mon, Apr 23, 2012 at 4:08 PM, Jumin Kim wrote:
>If I had the following dataset, and Iâd like to total the dollar amount by college (this is a student-level dataset), how would I go about doing this?
> dollar    college
> 3000     University of Southern California
> 500       Bates College
> 1290     Bates College

bys college: egen tot = total(dollar)

Hope this helps,
Maarten

--------------------------
Maarten L. Buis
Institut fuer Soziologie
Universitaet Tuebingen
Wilhelmstrasse 36
72074 Tuebingen
Germany


http://www.maartenbuis.nl
--------------------------

*
*   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–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index