We now have a reasonably full implementation of Q-Q plots. Please
see the help for "qqplot" in current CVS for details.
CLI:
qqplot with one series argument: Q-Q against normal
qqplot with 2 series arguments: cross-plot of empirical quantiles
GUI:
/Variable/Normal Q-Q plot
/View/Graph specified vars/Q-Q plot
Options for normal Q-Q plot:
default: plot standardized data against N(0,1)
option --sample-stats: plot raw empirical quantiles against
N(\bar{x}, s^2)
option: --raw: empirical quantiles against N(0,1)
Allin.