model.matrix.phreg {riskRegression} | R Documentation |
Extract design matrix for phreg objects
## S3 method for class 'phreg'
model.matrix(object, data, ...)
object |
a phreg object. |
data |
a dataset. |
... |
not used |
mainly a copy paste of the begining of the phreg
function.