| Date: | Wed, 30 Jul 2008 13:37:40 -0400 |
| Reply-To: | Sandra Delova <sandra.delova@gmail.com> |
| Sender: | "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU> |
| From: | Sandra Delova <sandra.delova@gmail.com> |
| Subject: | percentiles |
| Content-Type: | text/plain; charset=ISO-8859-1 |
Hi All,
I need 25th and 75th percentile of a variable in a database, but only using
the weighted average definition 1.
I wrote this code:
SORT CASES BY BCI_DIN CMB_TERR_ID.
SPLIT FILE BY BCI_DIN CMB_TERR_ID.
EXAMINE VARIABLES=DOLLARS__RHEUM BY MONTH
/PLOT NONE
/PERCENTILES(25,75) HAVERAGE
/STATISTICS NONE
/MISSING LISTWISE
/NOTOTAL.
but still I am getting the results by Weighted Average(Definition 1) and
Tukey's Hinges.
I am beginner in SPSS and I can't figure out how to get the results without
Tukey's Hinges.
P.S. i am sorry for sending this email before as a reply to another topic.
=====================
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
|