|
Hi
Syntax is often used in this list because it is a quick and easy way to
explain a problem and/or solution. (For instance, syntax works in any
version (French, German, etc) of SPSS whereas menu names and options
obviously change with languages).
More importantly, syntax is the true language of SPSS. As far as I am
concerned it is just about impossible to efficiently do data analysis using
only the GUI. Syntax, macros and scripts generate huge productivity gains.
Regards
Raynald Levesque rlevesque@videotron.ca
Visit my SPSS Pages http://pages.infinit.net/rlevesqu/index.htm
-----Original Message-----
From: SPSSX(r) Discussion [mailto:SPSSX-L@LISTSERV.UGA.EDU]On Behalf Of
Jose A. Cobas
Sent: May 14, 2003 4:54 PM
To: SPSSX-L@LISTSERV.UGA.EDU
Subject: Re: median function?
Just out of curiousity, what's the advantage of writing syxtanx like this
when the program Explore produces this information and much more?
José A. Cobas, Ph.D.
Professor
Department of Sociology
Arizona State University
Tempe, AZ 85287-2101
Voice: (480) 965-3785 FAX: (480) 965-0064
-----Original Message-----
From: Mahbub Khandoker [mailto:Mahbub_Khandoker@camh.net]
Sent: Wednesday, May 14, 2003 1:51 PM
To: SPSSX-L@LISTSERV.UGA.EDU
Subject: Re: median function?
It's like this,
FREQUENCIES
VARIABLES=VARIABLE OF INTEREST
/STATISTICS=MEDIAN
/ORDER= ANALYSIS .
You can also include Mean, Maximum, Minimum, Mode etc.
Thanks,
Mahbub Khandoker
-----Original Message-----
From: Jed J. Teres [mailto:jjt2002@med.cornell.edu]
Sent: May 14, 2003 4:47 PM
To: SPSSX-L@LISTSERV.UGA.EDU
Subject: median function?
Hi all:
Is there a median function in SPSS? Without aggregating, etc. Like a
subfunction in compute or something?
Thanks,
Jed Teres
|