Confidence Intervals (REGRESSION command)
CIN[(value)]. Reset the
value of the percent for confidence intervals. The default
is 95%. The specified value sets the percentage interval used in the
computation of temporary variable types MCIN and ICIN.
Example
REGRESSION VARIABLES=POP15 TO GROWTH, SAVINGS
/CRITERIA=PIN(.1) POUT(.15)
/DEPENDENT=SAVINGS
/METHOD=FORWARD.
- The
CRITERIAsubcommand relaxes the default criteria for entry and removal for theFORWARDmethod. Note that the specifiedPINis less thanPOUT.