Example (CSLOGISTIC command)

CSLOGISTIC 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.