The following is a typical graph condition specification for a regression graph. S-Gph1 DrawOn, Linear, List 1, List 2, List 3, Blue

The same format can be used for the following types of graphs, by simply replacing “Linear” in the above specification with the applicable graph type.

Linear Regression ..........

Linear

Logarithmic Regression ......

Log

Med-Med.........................

Med-Med

Exponential Regression ......

ExpReg(a·eˆbx)

Quadratic Regression ....

Quad

 

ExpReg(a·bˆx)

Cubic Regression ..........

Cubic

Power Regression ...............

Power

Quartic Regression ........

Quart

 

 

The following is a typical graph condition specification for a sinusoidal regression graph. S-Gph1 DrawOn, Sinusoidal, List 1, List 2, Blue

The following is a typical graph condition specification for a logistic regression graph.

S-Gph1 DrawOn, Logistic, List 1, List 2, Blue

• The following is a typical graph condition specification for a pie chart.

S-Gph1 DrawOn, Pie, List 1, %, None, ColorLinkOff, ColorAuto ColorLighter, ColorClr

• The following is a typical graph condition specification for a bar graph.

S-Gph1 DrawOn, Bar, List 1, None, None, StickLength, ColorLinkOff, Blue ColorLighter, Black, Red ColorLighter, Black, Green ColorLighter, Black

To draw a statistical graph, insert the “DrawStat” command following the graph condition specification line.

ClrGraph

S-Wind Auto

{1, 2, 3} List 1

{1, 2, 3} List 2

S-Gph1 DrawOn, Scatter, List 1, List 2, 1, Square, ColorLinkOff, ColorAuto _ DrawStat

8-37