| The SGPANEL Procedure |
| Procedure features: | REG statement |
| Sample library member: | GSGPNREG |
![[Panel of Regression Curves]](images/gsgpnreg.gif)
This example shows a panel of regression curves. The COLUMNS= option in the PANELBY statement specifies that the panel has three columns of graph cells.
| |
proc sgpanel data=sashelp.iris; title "Scatter plot for Fisher iris data"; |
| |
panelby species / columns=3; |
| |
reg x=sepallength y=sepalwidth / cli clm; run; |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.