Date: Wed, 5 May 2004 12:57:52 -0400
Reply-To: Jay Weedon <jweedon@EARTHLINK.NET>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Jay Weedon <jweedon@EARTHLINK.NET>
Organization: http://newsguy.com
Subject: Re: Calculate medians for individual observations!
Content-Type: text/plain; charset=us-ascii
On Wed, 5 May 2004 12:07:03 -0400, "Puhong Gao" <pgao@att.net> wrote:
>Dear SAS-L,
>
>I have datasets like the following,
>
> V1 V2 V3 ... Vm
>Obs1
>Obs2
>Obs3
>...
>Obsn
>
>and would like to calculate the median for each observation. Is there a
>simple way to do it?
You mean you want median of values v1,v2,...,vm? Take a look at the
ORDINAL() function.
JW
|