Skip to contents

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.

Value

A list containing the following components:

time

Times at which the baseline hazard was evaluated.

basehaz

Baseline hazard estimates.

cumhaz

Cumulative baseline hazard estimates.