| The SGSCATTER Procedure |
| Procedure features: |
| ||
| Sample library member | GSGSCPLT |
![[untitled graphic]](images/gsgscplt.gif)
This example shows a graph with multiple independent scatter plots with fitted splines.
| |
proc sgscatter data=sashelp.iris(where=(species="Virginica"));
title "Multi-Celled Spline Curve for Species Virginica";
plot (sepallength sepalwidth)*(petallength petalwidth)
/ pbspline;
run; |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.