powered by
This function calculates the Breslow estimator for the cumulative baseline hazard rate, given fitted linear predictor values.
breslow(f, riskset, entry, exit, trans, event)
fitted linear predictor values
riskset list as generated by buildrisksets.
buildrisksets
entry times.
exit times.
transition index.
observed event indicator.
A list of length Q with each element including including elements
a vector of observed event times,
a vector of calculated cumulative hazard rate values.
# NOT RUN { breslow(f, riskset, entry, exit, trans, event) # }
Run the code above in your browser using DataLab