TEMPLATE Subcommand (REGRESSION command)

TEMPLATE uses an existing file as a template and applies it to any charts generated by the current REGRESSION command. The template overrides the default settings that are used to create any charts. Templates are created in the Chart Editor by saving an existing chart as a template.

Example

REGRESSION VARIABLES=pop15,pop75,income,growth,savings
 /DEPENDENT=savings
 /METHOD=ENTER pop15,pop75,income
 /METHOD=ENTER growth
 /RESIDUALS HISTOGRAM(ZRESID)
 /TEMPLATE='/templates/mytemplate.sgt'.