coxBaseEstimator {riskRegression} | R Documentation |
Extract the type of estimator for the baseline hazard
Description
Extract the type of estimator for the baseline hazard
Usage
coxBaseEstimator(object)
## S3 method for class 'coxph'
coxBaseEstimator(object)
## S3 method for class 'phreg'
coxBaseEstimator(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]