The HPFMM Procedure

Syntax: HPFMM Procedure

The following statements are available in the HPFMM procedure:

PROC HPFMM <options> ;
BAYES bayes-options ;
BY variables ;
CLASS variables ;
FREQ variable ;
ID variables ;
MODEL response<(response-options)> = <effects> </ model-options> ;
MODEL events/trials = <effects> </ model-options> ;
MODEL + <effects> </ model-options> ;
OUTPUT <OUT=SAS-data-set>
<keyword<(keyword-options)> <=name>> …
<keyword<(keyword-options)> <=name>> </ options> ;
PERFORMANCE performance-options ;
PROBMODEL <effects> </ probmodel-options> ;
RESTRICT <’label’> constraint-specification <,, constraint-specification>
<operator <value>> </ option> ;
WEIGHT variable ;

The PROC HPFMM statement and at least one MODEL statement is required. The CLASS, RESTRICT and MODEL statements can appear multiple times. If a CLASS statement is specified, it must precede the MODEL statements. The RESTRICT statements must appear after the MODEL statements.