Date: Wed, 29 Sep 2010 10:04:56 -0400
Reply-To: Art@DrKendall.org
Sender: "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From: Art Kendall <Art@DrKendall.org>
Organization: Social Research Consultants
Subject: Re: judges discrepancy from median
In-Reply-To: <201009291325.o8TAkxeV015894@willow.cc.uga.edu>
Content-type: text/plain; charset=ISO-8859-1; format=flowed
SPSS has a within case (row) median function.
compute xmedian = median(x1 to x 30).
Across case medians are also available in MEANS, FREQUENCIES, RATIO
(also its confidence interval), SUMMARIZE, EXAMINE, ETC.
Art Kendall
Social Research Consultants
On 9/29/2010 9:25 AM, James Whanger wrote:
> Mark,
>
> Manipulating data based on the median is a heck of lot easier using R
> because it has a built in median function unlike SPSS. So, if you have R
> you might want to take that route.
>
> Best,
>
> Jim
>
> =====================
> To manage your subscription to SPSSX-L, send a message to
> LISTSERV@LISTSERV.UGA.EDU (not to SPSSX-L), with no body text except the
> command. To leave the list, send the command
> SIGNOFF SPSSX-L
> For a list of commands to manage subscriptions, send the command
> INFO REFCARD
>
=====================
To manage your subscription to SPSSX-L, send a message to
LISTSERV@LISTSERV.UGA.EDU (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD
|