ORIGIN and NOORIGIN Subcommands (LOGISTIC REGRESSION command)
ORIGIN and NOORIGIN control whether the constant is
included. NOORIGIN (the default)
includes a constant term (intercept) in all equations. ORIGIN suppresses the constant term and
requests regression through the origin. (NOCONST can be used as an alias for ORIGIN.)
- The only specification is either
ORIGINorNOORIGIN. -
ORIGINorNOORIGINcan be specified only once per Logistic Regression procedure, and it affects allMETHODsubcommands.
Example
LOGISTIC REGRESSION VARIABLES=PASS WITH GPA,GRE,MAT /ORIGIN.
-
ORIGINsuppresses the automatic generation of a constant term.