Previous Page
|
Next Page
SGSCATTER Procedure
Syntax
Procedure Syntax
PROC SGSCATTER Statement
COMPARE Statement
MATRIX Statement
PLOT Statement
Overview
Concepts
Examples
Creating a Scatter Plot Matrix
Creating a Graph with Multiple Independent Scatter Plots and Spline Curves
Creating a Simple Comparative Panel
Creating a Comparative Panel with Regression Fits and Confidence Ellipses
Requirement:
One COMPARE, MATRIX, or PLOT statement is required.
Global statements:
BY
,
FORMAT
,
LABEL
,
ODS GRAPHICS
,
TITLE and FOOTNOTE
,
WHERE
Syntax
PROC SGSCATTER
<
options
>
;
COMPARE
X=
variable
| (
variable-1
...
variable-n
) Y=
variable
|
(
variable-1
...
variable-n
)
<
/options
>
;
MATRIX
variable-1
variable-2
<
...
variable-n
>
<
/options
>
;
PLOT
plot-request(s)
<
/options
>
;
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page