27.03.2013 Views

SPSS® 12.0 Command Syntax Reference

SPSS® 12.0 Command Syntax Reference

SPSS® 12.0 Command Syntax Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

CRITERIA Subcommand<br />

COXREG 303<br />

CRITERIA controls the statistical criteria used in building the Cox Regression models. The<br />

way in which these criteria are used depends on the method specified on the METHOD<br />

subcommand. The default criteria are noted in the description of each keyword below. Iterations<br />

will stop if any of the criteria for BCON, LCON, or ITERATE are satisfied.<br />

BCON(value) Change in parameter estimates for terminating iteration. Alias PCON.<br />

Iteration terminates when the parameters change by less than the specified value.<br />

BCON defaults to 1E – 4 . To eliminate this criteria, specify a value of 0.<br />

ITERATE(value) Maximum number of iterations. If a solution fails to converge after the<br />

maximum number of iterations has been reached, COXREG displays an<br />

iteration history showing the last 10 iterations and terminates the procedure.<br />

The default for ITERATE is 20.<br />

LCON(value) Percentage change in the log-likelihood ratio for terminating iteration. If the<br />

log-likelihood decreases by less than the specified value, iteration terminates.<br />

LCON defaults to 1E –<br />

5 . To eliminate this criterion, specify a value of 0.<br />

PIN(value) Probability of score statistic for variable entry. A variable whose significance<br />

level is greater than PIN cannot enter the model. The default for PIN is 0.05.<br />

POUT(value) Probability of Wald, LR, or conditional LR statistic to remove a variable. A<br />

variable whose significance is less than POUT cannot be removed. The<br />

default for POUT is 0.1.<br />

Example<br />

COXREG SURVIVAL WITH GROUP AGE BP TMRSZ<br />

/STATUS = SURVSTA (1)<br />

/STRATA = LOCATION<br />

/CATEGORICAL = GROUP<br />

/METHOD BSTEP<br />

/CRITERIA BCON(0) ITERATE(10) PIN(0.01) POUT(0.05).<br />

• A backward stepwise Cox Regression analysis is performed.<br />

• CRITERIA alters four of the default statistical criteria that control the building of a model.<br />

• Zero specified on BCON indicates that change in parameter estimates is not a criterion for<br />

termination. BCON can be set to 0 if only LCON and ITER are to be used.<br />

• ITERATE specifies that the maximum number of iterations is 10. LCON is not changed and<br />

the default remains in effect. If either ITERATE or LCON is met, iterations will terminate.<br />

• POUT requires that the probability of the statistic used to test whether a variable should remain<br />

in the model be smaller than 0.05. This is more stringent than the default value of 0.1.<br />

• PIN requires that the probability of the score statistic used to test whether a variable should<br />

be included be smaller than 0.01. This makes it more difficult for variables to be included<br />

in the model than does the default PIN, which has a value of 0.05.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!