Example (CSLOGISTIC command)

CSLOGISTIC y BY a b c WITH x
  /PLAN FILE='/survey/myfile.csplan'
  /MODEL a b c x
  /ODDSRATIOS COVARIATE=[x(1 3 5)].
  • The preceding syntax will compute three odds ratios for covariate X.
  • The parenthesized list following variable X provides the unit of change values to use when computing odds ratios. Odds ratios will be computed for X increasing by 1, 3, and 5 units.