Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The GAM Procedure

Syntax

PROC GAM < option > ;
CLASS variables ;
MODEL dependent = < PARAM(effects) >
                                                       smoothing effects < /options > ;
SCORE data=SAS-data-set out=SAS-data-set ;
OUTPUT <out=SAS-data-set> keyword < ...keyword> </option > ;
BY variables ;
ID variables ;
FREQ variable ;

The syntax of the GAM procedure is similar to that of other regression procedures in the SAS System. The PROC GAM and MODEL statements are required. The SCORE statement can appear multiple times; all other statements appear only once.

The syntax for PROC GAM is described in the following sections in alphabetical order after the description of the PROC GAM statement.


PROC GAM Statement

BY Statement

CLASS Statement

FREQ Statement

ID Statement

MODEL Statement

OUTPUT Statement

SCORE Statement

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 2000 by SAS Institute Inc., Cary, NC, USA. All rights reserved.