PLOT Subcommand (LOGLINEAR command)

PLOT produces optional plots. No plots are displayed if PLOT is not specified or is specified without any keyword. Multiple PLOT subcommands can be used. The specifications are cumulative.

RESID. Plots of adjusted residuals against observed and expected counts.

NORMPROB. Normal and detrended normal plots of the adjusted residuals.

NONE. No plots.

DEFAULT. RESID and NORMPROB. Alias ALL.

Example

LOGLINEAR  RESPONSE(1,2) BY TIME(1,4)
  /CONTRAST(TIME)=SPECIAL(4*1, 7 14 27 51, 8*1)
  /PLOT=DEFAULT
  /DESIGN=RESPONSE TIME(1) BY RESPONSE
  /PLOT=NONE
  /DESIGN.
  • RESID and NORMPROB plots are displayed for the first design.
  • No plots are displayed for the second design.