One way is to use summarize and access the saved result.
For example
sysuse auto
sum price
display "Sum="r(sum)
return list will show you the saved results.
Best,
Alan
On 1/24/06, b. water <[email protected]> wrote:
> dear statalisters,
>
> Stata 8.2 Window XP Pro SP2,
>
> i have a variable 'total', which represents population (no. of persons) per
> observation. what i wanted is quite simple - simply to sum(total) to give
> the overall total no. of person in the dataset. so i did egen
> sumpopn=sum(total), which created a variable sumpopn filled with a constant
> equalling the overall sum, then took a peek at it using display sumpopn. it
> does the job... but is there a shorter way of doing this without -egen- ing
> a new variable (i know i can always -drop sumpopn- later)?
>
> regards,
> bw
>
> _________________________________________________________________
> Express yourself instantly with MSN Messenger! Download today - it's FREE!
> http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
>
> *
> * 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/
>
*
* 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/