use_fh2_survival: ############################################################################
Get the parameter values using the survival analysis using FH2 method
Description
############################################################################
Get the parameter values using the survival analysis using FH2 method
the independent variable (column name in data file)
covariates
list of covariates
timevar_survival
time variable for survival analysis, default is NA
false by default
Value
the results of the regression analysis
Details
This function is for survival analysis using FH2.
This plots the cumulative survival function for each combination of covariate
If the covariate is numeric, R takes it as different levels.
The plot uses the returned list of survfit and extracts the time and
the strata from summary of the fit
(implemented in plot_return_survival_curve function)