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: Finding Maximum of a series
From
Muhammad Anees <[email protected]>
To
[email protected]
Subject
Re: st: Finding Maximum of a series
Date
Sat, 19 Nov 2011 18:54:55 +0500
If you have to find the maximum in a series say (x), use
sort x
list x in 1
On Sat, Nov 19, 2011 at 6:40 PM, ajjee <[email protected]> wrote:
> Dear All
>
> I have a time series dataset ranging from 1940 to 2000. I have to find the
> maximum value in series(wage) in the following way:
>
> Maximum wage in 1940 to 1941
> Maximum wage in 1940 to 1942
> Maximum wage in 1940 to 1943
> Maximum wage in 1940 to 1944
>
> and so on till
>
> Maximum wage in 1940 to 2000
>
> How can I compute this value.
> Thanks in advance
>
> ajjee
>
>
> --
> View this message in context: http://statalist.1588530.n2.nabble.com/Finding-Maximum-of-a-series-tp7011366p7011366.html
> Sent from the Statalist mailing list archive at Nabble.com.
> *
> * 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/
>
--
Regards
---------------------------
Muhammad Anees
Assistant Professor
COMSATS Institute of Information Technology
Attock 43600, Pakistan
www.aneconomist.com
*
* 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/