Description Usage Arguments Value Examples
View source: R/coxph_utility.R
Extract data needed to create Cox-Snell vs. Cumulative hazard plot
1 | get_coxsnell(fit)
|
fit |
the result of fitting a Cox regression model, using the
|
A data frame containing (not censored) Cox-Snell residuals
(coxsnell
) and Nelson-Aalen estimate of the Cumulative Hazard
(Lcumu_hazard
) as well as the Breslow estimate for the Survival
function (survival
) for censored data.
1 2 3 4 5 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.