Predict the baseline hazard function
Usage
# S3 method for survode
predict(object, type = "hazard", time, ...)
Arguments
- object
Object of class
survode
containing the objectted model.- type
Type of prediction. Currently only
"hazard"
is supported.- time
Vector of times at which to evaluate the baseline hazard.
- ...
Additional arguments passed to
predict
.