PLOT Subcommand (BAYES REGRESSION command)

PLOT controls the plots to be output.

COVARIATES = {covariate_sublist}. Specify the covariates to be plotted. Must be a sublist of the covariates specified in /DESIGN.

FACTORS = {factor_sublist}. Specify the factors to be plotted. Must be a sublist of the factors specified in /DESIGN.

MAX_CATEGORY = integer. Specify the maximum factor levels to be plotted. Applies to all factors. By default, the first 2 levels are plotted for each factor. Only a single, positive integer is valid.

INTERCEPT. Specify whether the intercept term is plotted. FALSE is the default setting.

ERRORVAR. Specify whether the variance of errors is plotted. FALSE is the default setting.

BAYESPRED. Specify whether the predictive distribution is plotted. FALSE is the default setting. The value can be TRUE only when valid values are specified for REGRESSORS.