|
Chapter Contents |
Previous |
Next |
| SAS/INSIGHT Statements |
< / < FREQ=variable > < WEIGHT=variable >
< LABEL=variable > < NOINT >
< RESP=response > < BINOM=variable >
< OFFSET=variable > < LINK=link >
< POWER=value > < NOEXACT > < FISHER >
< QUASI > < SCALE=scale > < CONSTANT=value > >; FIT variable-list < = effects-list >
< / < FREQ=variable > < WEIGHT=variable >
< LABEL=variable > < NOINT >
< RESP=response > < BINOM=variable >
< OFFSET=variable > < LINK=link >
< POWER=value > < NOEXACT > < FISHER >
< QUASI > < SCALE=scale > < CONSTANT=value > >;
You must specify at least one Y variable. You can follow the Y variables with an equal sign (=) and a list of model effects, including simple, crossed, and nested effects:
Y = X Y = X1 * X2 Y = X( A B )If you do not specify an effects list, a model with only an intercept term (mean) is fit.
You can use the FREQ=, WEIGHT=, and LABEL= options to assign Freq, Weight, and Label variables. FIT statement options default to fit classical linear models, but you can set them to fit the generalized linear model.
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.