Syntax: ORTHOREG Procedure
The following statements are available in PROC ORTHOREG:
-
PROC ORTHOREG
<options> ;
-
CLASS
variables </ option>
;
-
MODEL
dependent-variable=independent-effects </ option>
;
-
BY
variables
;
-
EFFECT
name = effect-type ( variables </ options> )
;
-
EFFECTPLOT
<plot-type <(plot-definition-options)>></ options>
;
-
ESTIMATE
<'label'> estimate-specification < / options>
;
-
LSMEANS
<model-effects> </ options>
;
-
LSMESTIMATE
model-effect lsmestimate-specification < / options>
;
-
SLICE
model-effect </ options>
;
-
STORE
<OUT=>item-store-name </ LABEL='label'>
;
-
TEST
<model-effects> </ options>
;
-
WEIGHT
variable
;
The BY, CLASS, MODEL, and WEIGHT statements are described in full after the PROC ORTHOREG statement in alphabetical order. The EFFECT, EFFECTPLOT, ESTIMATE, LSMEANS, LSMESTIMATE, SLICE, STORE, and TEST statements are common to many procedures. Summary descriptions of functionality and syntax for these statements are also given after the PROC ORTHOREG statement in alphabetical order, and full documentation about them is available in
Chapter 19,
Shared Concepts and Topics.
Copyright © SAS Institute Inc. All rights reserved.