Date: Wed, 10 Dec 2008 15:19:12 -0500
Reply-To: Mark A Davenport MADAVENP <M_Davenport@uncg.edu>
Sender: "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From: Mark A Davenport MADAVENP <M_Davenport@uncg.edu>
Subject: Re: Syntax color code issues
In-Reply-To: <73C92386B0AD30428B75F45065BA33A0083849@MIAEMAILEVS1.spss.com>
Content-Type: text/plain; charset="US-ASCII"
On a related but, granted, tangential note, I don't see version one of the
process below as being an example of best practice. 'Best practice' for
most of us who have to share our work means explicit documentation of our
processes. This is particularly true of those of us who cut their teeth
on COBOL, etc. which often required substantial internal documentation.
Best practice should include a consideration of those who follow behind
you; clients, consumers, or colleagues who must figure out how you got
your numbers and what your numbers mean. In my shop, we document
everything as explicitly as possible. The complete syntax takes longer to
write by hand, but is much easier for others without the expertice in SPSS
to follow.
cor var=varone vartwo.
The GUI would paste:
CORRELATIONS
/VARIABLES=varone vartwo
/PRINT=TWOTAIL NOSIG
/MISSING=PAIRWISE.
***************************************************************************************************************************************************************
Mark A. Davenport Ph.D.
Senior Research Analyst
Office of Institutional Research
The University of North Carolina at Greensboro
336.256.0395
M_Davenport@uncg.edu
'An approximate answer to the right question is worth a good deal more
than an exact answer to an approximate question.' --a paraphrase of J. W.
Tukey (1962)
=====================
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
|