SAVE Subcommand (META REGRESSION command)

The META REGRESSION command calls the meta-regression procedure. The optional SAVE subcommand saves the estimated statistics to the active data set. When the subcommand is specified, at least one of the following keywords must be specified for a certain model type.
Note: An optional user-supplied name can be assigned by specifying (var_name) following the keyword. When (var_name) is omitted, a default variable name is assigned.
FIXPRED
The optional keyword predicts and saves the linear prediction. The process is available when /INFERENCE MODEL = RANDOM, and is otherwise ignored.
SE_FIXPRED
The optional keyword predicts and saves the standard error of FIXPRED. The process is available when /INFERENCE MODEL = RANDOM, and is otherwise ignored.
PRED
The optional keyword predicts and saves the fitted values.
SE_PRED
The optional keyword predicts and saves the standard error of PRED.
CIPREDL
The optional keyword predicts and saves the confidence interval lower bound of PRED.
CIPREDU
The optional keyword predicts and saves the confidence interval upper bound of PRED.
BLUPS
The optional keyword predicts and saves the best linear unbiased prediction of the random effects. The process is available when /INFERENCE MODEL = RANDOM, and is otherwise ignored.
SE_BLUPS
The optional keyword predicts and saves the standard error of BLUPS. The process is available when /INFERENCE MODEL = RANDOM, and is otherwise ignored.
RESID
The optional keyword predicts and saves the residuals.
SE_RESID
The optional keyword predicts and saves the standard error of RESID.
LEVERAGE
The optional keyword predict and saves the leverages.