fc_fit_single {failCompare} | R Documentation |
Fitting a single failure time model
fc_fit_single(y, y_sfrac, model, Hess, non_cen, KM_DF, KM_mod)
y |
failure time |
y_sfrac |
survival fraction |
model |
failure time model |
Hess |
calculating standard errors |
non_cen |
logical of length(y) |
KM_DF |
K-M model predictions |
KM_mod |
K-M model object |
function for fitting an indiviudal failure time model assuming inputs have been vetted by user-facing function fc_fit().
"fc_obj" if successful NULL if otherwise