coxStrataLevel {riskRegression} | R Documentation |
Returns the name of the strata in Cox model
Description
Return the name of the strata in Cox model
Usage
coxStrataLevel(object)
## S3 method for class 'coxph'
coxStrataLevel(object)
## S3 method for class 'cph'
coxStrataLevel(object)
## S3 method for class 'phreg'
coxStrataLevel(object)
Arguments
object |
The fitted Cox regression model object either
obtained with |
Author(s)
Brice Ozenne broz@sund.ku.dk
[Package riskRegression version 2023.12.21 Index]