OUTFILE Subcommand (NOMREG 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, only the last one is executed.
  • You must specify at least one keyword and a valid filename in parentheses. There is no default.
  • Neither MODEL nor PARAMETER is honored if split file processing is on (SPLIT FILE command) or if more than one dependent (DEPENDENT subcommand) 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.