| death_event {admiralonco} | R Documentation |
Pre-Defined Time-to-Event Source Objects
Description
These pre-defined tte_source objects can be used as input to admiral::derive_param_tte().
Usage
death_event
lastalive_censor
pd_event
lasta_censor
rand_censor
trts_censor
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 admiral::derive_param_tte().
Printing an object will display input dataset_name, filter (if applicable), date variable,
and appropriate values for EVNTDESC, CNSDTDSC, SRCDOM, SRCVAR, and SRCSEQ.
See Also
admiral::derive_param_tte(), admiral::tte_source(), admiral::event_source(),
admiral::censor_source()
Examples
# This shows the definition of all pre-defined `tte_source` objects that ship
# with {admiralonco}
for (obj in admiral::list_tte_source_objects(package = "admiralonco")$object) {
cat(obj, "\n")
print(get(obj))
cat("\n")
}
[Package admiralonco version 1.1.0 Index]