LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (February 2011)Back to main SPSSX-L pageJoin or leave SPSSX-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Sun, 20 Feb 2011 10:24:47 -0500
Reply-To:   R B <ryan.andrew.black@gmail.com>
Sender:   "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From:   R B <ryan.andrew.black@gmail.com>
Subject:   Re: CI for median
Comments:   To: drfg2008 <kontakt@datest.de>
In-Reply-To:   <1298206403239-3393081.post@n5.nabble.com>
Content-Type:   text/plain; charset=ISO-8859-1

I have never had the need to construct confidence limits for a median in SPSS. Having said that, I think the approach BELOW should work. Perhaps someone who's given this more thought can either confirm that this approach is valid or offer up another approach.

HTH.

Ryan --

data list list / x group. begin data 1 1 2 1 3 1 4 1 5 1 6 1 7 1 8 1 9 1 end data.

RATIO STATISTICS x WITH group /PRINT=CIN(95) MEDIAN.

On Sun, Feb 20, 2011 at 7:53 AM, drfg2008 <kontakt@datest.de> wrote: > SPSS 17 / Vista > > is there a possibility to compute Confidence intervals of the median with > SPSS? > > Thank you > > ----- > FUB > > -- > View this message in context: http://spssx-discussion.1045642.n5.nabble.com/CI-for-median-tp3393081p3393081.html > Sent from the SPSSX Discussion mailing list archive at Nabble.com. > > ===================== > 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


Back to: Top of message | Previous page | Main SPSSX-L page