The GAMMOD Procedure

Syntax: GAMMOD Procedure

The following statements are available in the GAMMOD procedure:

  • PROC GAMMOD <options>;

  • BY variables;

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

  • DISPLAY <table-list> </ options>;

  • DISPLAYOUT table-spec-list </ options>;

  • FREQ variable;

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

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

  • OUTPUT OUT=CAS-libref.data-table <keyword <=name>>…<keyword <=name>> </ options>;

  • WEIGHT variable;

The PROC GAMMOD 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 GAMMOD statement and then describe the other statements in alphabetical order.

Last updated: December 21, 2018