Chapter Contents |
Previous |
Next |
The LOESS Procedure |
Option | Description |
Fitting Parameters | |
DIRECT | specifies direct fitting at every data point |
SMOOTH= | specifies the list of smoothing values |
DEGREE= | specifies the degree of local polynomials (1 or 2) |
DROPSQUARE= | specifies the variables whose squares are to be dropped from local quadratic polynomials |
BUCKET= | specifies the number of points in kd tree buckets |
ITERATIONS= | specifies the number of reweighting iterations |
DFMETHOD= | specifies the method of computing lookup degrees of freedom |
Residuals and Confidence limits | |
ALL | requests the following options: CLM, RESIDUAL, STD, SCALEDINDEP |
CLM | displays % confidence interval for the mean predicted value |
RESIDUAL | displays residual statistics |
STD | displays estimated prediction standard deviation |
T | displays t statistics |
Display Options | |
DETAILS= | specifies which tables are to be displayed |
Other options | |
ALPHA= | sets significance value for confidence intervals |
SCALE= | specifies the method used to scale the regressor variables |
SCALEDINDEP | displays scaled independent variable coordinates |
model z=x y / degree=2 dropsquare=(y)
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.