The following options can be used in the PROC AUTOREG statement:
suppresses the default plots. Only the plots specifically requested are produced.
displays each graph separately. (By default, some graphs can appear together in a single panel.)
requests that all plots appropriate for the particular analysis be produced.
produces the autocorrelation function plot.
produces the inverse autocorrelation function plot of residuals.
produces the partial autocorrelation function plot of residuals.
plots the predicted and actual values.
produces the Cook’s plot.
Q-Q plot of residuals.
plots the residuals.
plots the studentized residuals. For the models with the NLAG= or GARCH= options in the MODEL statement or with the HETERO statement, this option is replaced by the STANDARDRESIDUAL option.
plots the standardized residuals.
plots the white noise probabilities.
plots the histogram of residuals.
suppresses all plots.
In addition, any of the following MODEL statement options can be specified in the PROC AUTOREG statement, which is equivalent to specifying the option for every MODEL statement: ALL, ARCHTEST, BACKSTEP, CENTER, COEF, CONVERGE=, CORRB, COVB, DW=, DWPROB, GINV, ITER, ITPRINT, MAXITER=, METHOD=, NOINT, NOMISS, NOPRINT, and PARTIAL.