The following statements are available in the FMM procedure:
PROC FMM <options>;
BAYES bayes-options;
BY variables;
CLASS variables </ TRUNCATE>;
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 FMM 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.