death_event | R Documentation |
These pre-defined tte_source
objects can be used as input to derive_param_tte()
.
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
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()
.
derive_param_tte()
, tte_source()
, event_source()
, censor_source()
Source Objects:
basket_select()
,
censor_source()
,
event()
,
event_joined()
,
event_source()
,
flag_event()
,
query()
,
records_source()
,
tte_source()
# 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")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.