RPHCHANGE procedure
Modifies a proportional hazards model fitted by RPHFIT (R.W. Payne).
Options
Parameter
Description
This procedure allows you to modify the contents of a proportional hazards model that has been fitted by procedure RPHFIT. The change to the model is specified by the TERMS parameter. The setting of the METHOD option specifies how the model is to be changed:
The default is METHOD=add. Note, though, that any term that is to be added must have been included in the full model specified by the MAXIMALMODEL option of RPHFIT. By default the changes are made individually, one term at a time, so that each one will have its own line in an accumulated analysis of deviance. However, you can set option POOL=yes to make them all at once.
The PRINT option controls printed output with similar settings to those of the FIT directive, except that there is an extra setting loglikelihood to print -2 times the log-likelihood. The deviance produced for the terms in the regression model can be assessed using chi-square distributions as usual, but the residual deviance is not usable as the maximal model assumed by the generalized linear models method is inappropriate. So, the residual line is suppressed in the summary and accumulated analysis of deviance.
Options: PRINT, METHOD, POOL.
Parameter: TERMS.
Method
Further details of the method used here (and by RPHFIT) can be found in Aitkin et al. (1989).
Action with
RESTRICT
None of the vectors must be restricted (and any restrictions will have been cancelled by RPHFIT).
Reference
Aitkin, M., Anderson, A., Francis, B. & Hinde, J. (1989). Statistical Modelling in GLIM. Oxford University Press.