Previous Page | Next Page

The HPMIXED Procedure

Syntax: HPMIXED Procedure

The following statements are available in PROC HPMIXED:

PROC HPMIXED <options> ;
BY variables ;
CLASS variables ;
ID variables ;
MODEL dependent = <fixed-effects> </ options> ;
RANDOM random-effects </ options> ;
PARMS <(value-list) ...> </ options> ;
TEST fixed-effects </ options> ;
CONTRAST ’label’ contrast-specification <, contrast-specification> <, ...> </ options> ;
ESTIMATE ’label’ contrast-specification <(divisor=n)>
<, ’label’ contrast-specification <(divisor=n)>> <, ...> </options> ;
LSMEANS fixed-effects </ options> ;
NLOPTIONS <options> ;
OUTPUT <OUT=SAS-data-set>
<keyword<(keyword-options)><=name>>...
<keyword<(keyword-options)><=name>> </ options> ;
WEIGHT variable ;

Items within angle brackets ( < > ) are optional. The CONTRAST, ESTIMATE, LSMEANS, RANDOM, and TEST statements can appear multiple times; all other statements can appear only once.

The PROC HPMIXED and MODEL statements are required, and the MODEL statement must appear after the CLASS statement if these statements are included. The syntax of each statement is described in the following sections in alphabetical order after the description of the PROC HPMIXED statement.


Note: This procedure is experimental.

Previous Page | Next Page | Top of Page