Example (CSGLM command)
CSGLM y BY a b c
/PLAN FILE='/survey/myfile.csplan'
/INTERCEPT INCLUDE = ONLY.
- The preceding syntax defines the model space using factors A, B, and C but fits the intercept-only model.
CSGLM y BY a b c
/PLAN FILE='/survey/myfile.csplan'
/INTERCEPT INCLUDE = ONLY.