|
Chapter Contents |
Previous |
Next |
| The GAM Procedure |
| Smoothing Effect | Meaning |
| SPLINE(variable <, df=number>) | fit smoothing spline with the |
| variable and with DF=number | |
| LOESS(variable <, df=number>) | fit local regression with the |
| variable and with DF=number | |
| SPLINE2(variable, variable <,df=number>) | fit bivariate thin-plate smoothing spline |
| with DF=number |
| Type of Model | Syntax | Mathematical Form |
| Parametric | model y = param(x); | |
| Nonparametric | model y = spline(x); | |
| Nonparametric | model y = loess(x); | |
| Semiparametric | model y = param(x1) spline(x2); | |
| Additive | model y = spline(x1) spline(x2); | |
| Thin-plate spline | model y = spline(x1,x2); |
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.