|
Chapter Contents |
Previous |
Next |
| The LOESS Procedure |
The following new or updated options are available in the MODEL statement after a slash (/).
| Syntax | Search Method | Search Domain |
| default | golden section using AICC | (0,1] |
| SMOOTH=list | no selection | values in list |
| SMOOTH=list SELECT=criterion | global | values in list |
| SMOOTH=list SELECT=criterion ( RANGE(l,u) ) | global | values in list within [l,u] |
| SELECT=criterion | golden section | (0,1] |
| SELECT=criterion ( RANGE(l,u) ) | golden section | [l,u] |
| SELECT=criterion ( GLOBAL ) | global | (0,1] |
| SELECT=criterion ( GLOBAL RANGE(l,u) ) | global | [l,u] |
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 2000 by SAS Institute Inc., Cary, NC, USA. All rights reserved.