The GAMPL Procedure

Syntax: GAMPL Procedure

The following statements are available in the GAMPL procedure:

  • PROC GAMPL <options>;

  • CLASS variable <(options)>$\ldots $ <variable <(options)>> </ global-options>;

  • MODEL response <(response-options)> = <PARAM(effects)> <spline-effects> </ model-options>;

  • MODEL events / trials = <PARAM(effects)> <spline-effects> </ model-options>;

  • OUTPUT <OUT=SAS-data-set> <keyword <=name>>…<keyword <=name>> </ options>;

  • PERFORMANCE performance-options;

  • FREQ variable;

  • ID variables;

  • WEIGHT variable;

The PROC GAMPL statement and at least one MODEL statement are required. The CLASS statement can appear multiple times. If a CLASS statement is specified, it must precede the MODEL statements. The following sections describe the PROC GAMPL statement and then describe the other statements in alphabetical order.