OUTFILE Subcommand (LOGISTIC REGRESSION command)
The OUTFILE
subcommand allows you to specify files to which output is written.
- Only one
OUTFILE
subcommand is allowed. If you specify more than one subcommand, only the last subcommand is executed. - You must specify at least one keyword and a valid filename in parentheses. There is no default.
-
MODEL
cannot be used if split-file processing is on (SPLIT FILE
command) or if more than one dependent variable is specified (DEPENDENT
subcommand).
MODEL(filename). Write parameter
estimates and their covariances to an XML file. Specify
the filename in full. LOGISTIC REGRESSION
does not supply an extension. You can use this model file to apply
the model information to other data files for scoring purposes. See the topic Scoring expressions for more information.
PARAMETER(filename). Write parameter
estimates only to an XML file. Specify the filename in
full. LOGISTIC REGRESSION
does
not supply an extension. You can use this model file to apply the
model information to other data files for scoring purposes. See the topic Scoring expressions for more information.