All tidying methods return a data.frame without rownames, whose
structure depends on the method chosen.
tidy.muhaz
returns a tibble containing two columns:
time
at which the hazard rate was estimated and estimate
.
glance.muhaz
returns a one-row data.frame with the columns
nobsNumber of observations used for estimation
min.timeThe minimum observed event or censoring time
max.timeThe maximum observed event or censoring time
min.harzardMinimal estimated hazard
max.hazardMaximal estimated hazard