fit_null_cox_model | R Documentation |
Fit Null Cox Model
fit_null_cox_model(time, status, covariates = NULL, use_spacox = TRUE)
time |
Numeric vector of survival times |
status |
Numeric vector of censoring indicators |
covariates |
Optional covariate data frame |
use_spacox |
Logical, whether to use SPACox (ignored in CRAN version) |
Fitted Cox model object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.