Add strata to a Surv object
stratifySurv.RdHelper function to add strata as an attribute to a Surv object. The
output of this function can be used as the response in glmnet()
for fitting stratified Cox models.
Details
When fitting a stratified Cox model with glmnet(), strata should
be added to a Surv response with this helper function. Note that
it is not sufficient to add strata as an attribute to the Surv
response manually: if the result does not have class stratifySurv,
subsetting of the response will not work properly.