OUTFILE Subcommand (NOMREG command)
The OUTFILE subcommand allows you to specify files to which output is written.
- Only one
OUTFILEsubcommand is allowed. If you specify more than one, only the last one is executed. - You must specify at least one keyword and a valid filename in parentheses. There is no default.
- Neither
MODELnorPARAMETERis honored if split file processing is on (SPLIT FILEcommand) or if more than one dependent (DEPENDENTsubcommand) variable is specified.
MODEL(filename). Write parameter
estimates and their covariances to an XML (PMML) file. Specify the filename in full. NOMREG 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 (PMML) file. Specify the filename
in full. NOMREG 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.