ORIGIN and NOORIGIN Subcommands (REGRESSION command)
ORIGIN and NOORIGIN control whether or not the constant
is suppressed. By default, the constant is included in the model (NOORIGIN).
- The specification is either the
ORIGINorNOORIGINsubcommand. -
ORIGINandNOORIGINmust be specified before theDEPENDENTandMETHODsubcommands. The last specified remains in effect for all equations. -
ORIGINrequests regression through the origin. The constant term is suppressed. - If you specify
ORIGIN, statistics requested on theDESCRIPTIVESsubcommand are computed as if the mean were 0. -
ORIGINandNOORIGINaffect the way the correlation matrix is built. If matrix materials are used as input toREGRESSION, the keyword that was in effect when the matrix was written should be in effect when that matrix is read.
Example
REGRESSION VAR=(COL)
/ORIGIN
/DEP=HOMICIDE
/METHOD=ENTER POVPCT.
- The
REGRESSIONcommand requests an equation that regresses HOMICIDE on POVPCT and suppresses the constant (ORIGIN).