Syntax: VARCOMP Procedure
The following statements are available in PROC VARCOMP:
-
PROC VARCOMP
<options> ;
-
CLASS
variables
;
-
MODEL
dependent = <effects> </ options>
;
-
BY
variables
;
Only one MODEL statement is allowed. The BY, CLASS, and MODEL statements are described after the PROC VARCOMP statement.
Copyright © SAS Institute Inc. All rights reserved.