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 2002)Back to main SPSSX-L pageJoin or leave SPSSX-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 28 Feb 2002 10:29:52 -0800
Reply-To:   "Parise, Carol A." <PariseC@sutterhealth.org>
Sender:   "SPSSX(r) Discussion" <SPSSX-L@LISTSERV.UGA.EDU>
From:   "Parise, Carol A." <PariseC@sutterhealth.org>
Subject:   mean +-2SD
Content-Type:   text/plain; charset=us-ascii

I'm trying to produce the following on a scatterplot....

-------------------------------------- 2+SD

______________________mean

---------------------------------------2-SD

....using the following:

IGRAPH /VIEWNAME='Scatterplot' /X1 = VAR(lvefm) TYPE = SCALE /Y = VAR(dlvr_st) TYPE = SCALE /COORDINATE = VERTICAL /FITLINE METHOD = MEAN INTERVAL(SD(2.0)) LINE = TOTAL SPIKE=OFF /TITLE='LVEF REST QGC VS LVEF STRESS'+ ' QGC' /X1LENGTH=3.0 /YLENGTH=3.0 /X2LENGTH=3.0 /CHARTLOOK='NONE' /SCATTER COINCIDENT = NONE. EXE.

....and I get the error:

Invalid token : SD! at Line 1! at offset 163!

Anyone know of a solution?

Thanks much! Carol


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