These pre-defined tte_source objects can be used as input to derive_param_tte().
Usage
death_event
lastalive_censor
ae_event
ae_ser_event
ae_gr1_event
ae_gr2_event
ae_gr3_event
ae_gr4_event
ae_gr5_event
ae_gr35_event
ae_sev_event
ae_wd_event
Arguments
Details
To see the definition of the various objects simply print the object in the
R console, e.g. print(death_event). For details of how to use these objects
please refer to derive_param_tte().
# This shows the definition of all pre-defined `tte_source` objects that ship# with {admiral}for (obj in list_tte_source_objects()$object) {
cat(obj, "\n")
print(get(obj))
cat("\n")
}