Example (PPLOT command)

PPLOT VARIABLES = VARX
  /FRACTION=TUKEY
  /DIFF=2. 
  • This command produces two normal q-q plots of VARX(one plot not detrended and the other plot detrended).
  • The expected quantile values are calculated by using Tukey’s transformation.
  • The variable is differenced twice before plotting.