Diff for "FAQ/regline" - CBU statistics Wiki
location: Diff for "FAQ/regline"
Differences between revisions 8 and 10 (spanning 2 versions)
Revision 8 as of 2009-07-10 10:29:06
Size: 437
Editor: PeterWatson
Comment:
Revision 10 as of 2009-07-10 10:30:16
Size: 442
Editor: PeterWatson
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Putting a regression line on a scatterplot in SPSS can be done using the interactive graph in SPSS. The syntax below draws a regression line using reading score to predict writing score. Fuller details are given [http://www.ats.ucla.edu/stat/spss/faq/scatter here] Putting a regression line on a scatterplot in SPSS can be done using the interactive graph in SPSS. The syntax below draws a regression line using reading score to predict writing score. Fuller details are given [http://www.ats.ucla.edu/stat/spss/faq/scatter.htm here.]

Putting a regression line on a scatterplot

Putting a regression line on a scatterplot in SPSS can be done using the interactive graph in SPSS. The syntax below draws a regression line using reading score to predict writing score. Fuller details are given [http://www.ats.ucla.edu/stat/spss/faq/scatter.htm here.]

IGRAPH
 /X1 = VAR(READ)
 /Y = VAR(WRITE)
 /FITLINE METHOD = REGRESSION LINEAR LINE = TOTAL
 /SCATTER.

None: FAQ/regline (last edited 2013-03-08 10:17:36 by localhost)