From | David Kantor <[email protected]> |
To | [email protected] |
Subject | Re: st: maximum of a list of values |
Date | Tue, 28 Jun 2005 15:38:56 -0400 |
At 11:01 AM 6/28/2005 -0700, Florence wrote:
also, one more question:max(x1[1,1],...,x8[1,1])
If I want to get the maximum of the first entry of a bunch of entries, then is there a way to do this in shorthand? i.e. suppose I want the maximum of x1[1,1], x2[1,1], x3[1,1], x4[1,1], x5[1,1], x6[1,1], x7[1,1] x8[1,1], then I thought it was possible to write: max(x1[1,1],...,x8[1,1]) but this isn't giving me all of the values in between.
thanks,
florence
*
© Copyright 1996–2024 StataCorp LLC | Terms of use | Privacy | Contact us | What's new | Site index |