Skip to content

syvcoxph and cox.zph for testing the PH assumption

1 message · Terry Therneau

#
On 7/11/21 5:00 AM, r-help-request at r-project.org wrote:
The cox.zph function does a formal score test.  No, it does not account for robust 
variance.  I hadn't considered that case, but will now think about it.  It is quite easy 
to show that there is a problem: just give everyone a weight of 100.

The stackexchange conversation was new to me.  The solution there won't work with the 
current code, which does not make use of resid().  It has been updated to do the proper 
score test, the older version of cox.zph, which they modified, used an approximation.

Terry T.