Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: mean of variables


From   Jeph Herrin <[email protected]>
To   [email protected]
Subject   Re: st: mean of variables
Date   Thu, 22 May 2008 12:40:16 -0400

Under -egen- you will find the -rowmean- function:

  egen mymean = rowmean(var1 var2 var3)

will do what you want.

I've always that -egen- was "underindexed"; you can't
find this functions even with -search rowmean-.

hope this helps,
Jeph

Andrea Rispoli wrote:
Dear Statalist Members,
I would like to know how to build mean variables in Stata.
To be more specific, suppose that I have three columns/variables
indicating sales in 3 different years for each observation, and I'd
like to build a fourth column which contains the mean of sales in the
three years for each observation.
Could you please indicate me the code? (I have already checked in the
manual but I could not find anything that helped me)
Thank you very much
A.R.
*
*   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/



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