fc_select {failCompare} | R Documentation |
select failure time model from predefined list of candidate models produced by the function fc_fit()
. Kaplan-Meier nonparametric model is selectable from any list.
fc_select(mod_ls, model)
mod_ls |
failure model list object (i.e., class |
model |
model selected from list of those available. Options include:
|
Returns a failure time model object of class fc_obj
.