fit_coxph.Rd
fit_coxph: a function to fit a coxph model
fit_coxph(
models,
data,
outcome,
weights = NULL,
fg = FALSE,
args = NULL,
input_formula = NULL
)
A model_specification
object
Source data
The outcome to model
A vector of observation weights
Use a Fine and Gray competing risks model?
Additional argument to coxph (currently not used)
A formula specifying the regression component of the Cox
A fitted model