| Date: | Wed, 7 Aug 2002 18:20:38 +0200 |
| Reply-To: | Christian Schmidhauser <schmidhauser@brunnerhess.ch> |
| Sender: | "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU> |
| From: | Christian Schmidhauser <schmidhauser@brunnerhess.ch> |
| Subject: | AW: Editing explore syntax |
|
| Content-Type: | text/plain; charset="iso-8859-1" |
Bob
the SUMMARIZE command includes the follwing statistics:
[/CELLS= [MEAN] [COUNT**] [STDDEV]
[MEDIAN] [GMEDIAN] [SEMEAN]
[SUM ] [MIN] [MAX] [RANGE]
[VARIANCE] [KURT] [SEKURT]
[SKEW] [SESKEW] [FIRST] [LAST]
[NPCT] [SPCT] [NPCT(var)][SPCT(var)]
[HARMONIC] [GEOMETRIC]
[DEFAULT]
[ALL] [NONE] ]
Unfortunately CINTERVAL 95 (and others) of the statistics of EXAMINE are not
included in the SUMMARIZE command.
On the other hand you have some statistics in SUMMARIZE command available
that you will not get through the EXAMINE command (such as the geometric
mean for example).
Christian
> -----Ursprüngliche Nachricht-----
> Von: Bob Green [mailto:bgreen@dyson.brisnet.org.au]
> Gesendet: Dienstag, 6. August 2002 02:24
> An: SPSSX-L@LISTSERV.UGA.EDU
> Betreff: Editing explore syntax
>
>
> I'm hoping someone can advise me how I can edit the following
> syntax or use
> other syntax to obtain mean, median, standard deviation and
> confidence
> intervals. I don't want the following statistics in the
> output table: 5%
> trim, variance, minimum, maximum, range, IQ range, skewwess
> and kurtosis.
>
> EXAMINE
> VARIABLES= thcprev by type by where
> /PLOT NONE
> /STATISTICS DESCRIPTIVES
> /CINTERVAL 95
> /MISSING LISTWISE
> /NOTOTAL.
>
> The following syntax won't do this.
>
> SUMMARIZE
> /TABLES=thcprev by type by where
> /TITLE='Prev'
> /MISSING=VARIABLE
> /CELLS=MEAN STDDEV MEDIAN
> /CINTERVAL 95.
>
>
> Any assistance is appreciated,
>
> Bob Green
>
|