tte_source {admiral} | R Documentation |
Create a tte_source
Object
Description
The tte_source
object is used to define events and possible censorings.
Usage
tte_source(dataset_name, filter = NULL, date, censor = 0, set_values_to = NULL)
Arguments
dataset_name |
The name of the source dataset The name refers to the dataset provided by the |
filter |
An unquoted condition for selecting the observations from
|
date |
A variable or expression providing the date of the event or censoring. A date, or a datetime can be specified. An unquoted symbol or expression is expected. Refer to |
censor |
Censoring value CDISC strongly recommends using |
set_values_to |
A named list returned by |
Value
An object of class tte_source
See Also
derive_param_tte()
, censor_source()
, event_source()
Source Objects:
basket_select()
,
censor_source()
,
death_event
,
event()
,
event_joined()
,
event_source()
,
flag_event()
,
query()
,
records_source()