Overview (NOMREG command)
NOMREG is
a procedure for fitting a multinomial logit model to a polytomous
nominal dependent variable.
Options
Tuning the algorithm. You can control
the values of algorithm-tuning parameters with the CRITERIA subcommand.
Optional output. You can
request additional output through the PRINT subcommand.
Exporting the model. You can export the model to an external file. The model information will be written using the Extensible Markup Language (XML).
Basic Specification
The basic specification is one dependent variable.
Operations
- This procedure uses the multithreaded options specified by
SET THREADSandSET MCACHE.
Syntax Rules
- Minimum syntax—at least one dependent variable must be specified.
- The variable specification must come first.
- Subcommands can be specified in any order.
- Empty
subcommands except the
MODELsubcommand are ignored. - The
MODELand theFULLFACTORIALsubcommands are mutually exclusive. Only one of them can be specified at any time. - The
MODELsubcommand stepwise options and theTESTsubcommand are mutually exclusive. Only one of them can be specified at any time. - When repeated subcommands except
the
TESTsubcommand are specified, all specifications except the last valid one are discarded. - The following words are reserved as keywords or internal
commands in the
NOMREGprocedure:BY,WITH, andWITHIN. - The set of factors and covariates used in the
MODELsubcommand (or implied on theFULLFACTORIALsubcommand) must be a subset of the variable list specified or implied on theSUBPOPsubcommand.