Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The GLMMOD Procedure

Syntax

The following statements are available in PROC GLMMOD.

PROC GLMMOD < options > ;
BY variables ;
CLASS variables ;
FREQ variable ;
MODEL dependents=independents / < options > ;
WEIGHT variable ;

The PROC GLMMOD and MODEL statements are required. If classification effects are used, the class variables must be declared in a CLASS statement, and the CLASS statement must appear before the MODEL statement.


PROC GLMMOD Statement

BY Statement

CLASS Statement

FREQ and WEIGHT Statements

MODEL Statement

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.