Describe the enhancement
makeSurvDF is currently hard coded to look for numeric fields using a "_lo" and "_hi" suffix naming convention (e.g., "conc_lo" "conc_hi") to combine into a single Surv object, i.e., conc.
Modify makeSurvDF to include a suffix argument, i.e., suffix = c("_lo", "_hi") to allow user to customize the setting
Describe the enhancement makeSurvDF is currently hard coded to look for numeric fields using a
"_lo"
and"_hi"
suffix naming convention (e.g., "conc_lo" "conc_hi") to combine into a single Surv object, i.e., conc.Modify
makeSurvDF
to include a suffix argument, i.e.,suffix = c("_lo", "_hi")
to allow user to customize the settingUpdate related documentation