Skip to content
Prev 175006 / 398506 Next

Centring variables in Cox Proportional Hazards Model

Laura Bonnett wrote:
There is no need to center the variables.   Also, you are going to find 
a huge lack of fit for the shape of the age effect you are using, as 
opposed to using a smooth function in continuous age.

Your notation is treating x1 and x2 as functions of data frame which is 
strange.  With data=partial you would ordinarily just have something 
like x1+x2 in the model.

Frank