createTimeToEventSettings {Characterization} | R Documentation |
Create time to event study settings
Description
Create time to event study settings
Usage
createTimeToEventSettings(targetIds, outcomeIds)
Arguments
targetIds |
A list of cohortIds for the target cohorts |
outcomeIds |
A list of cohortIds for the outcome cohorts |
Value
An list with the time to event settings
See Also
Other TimeToEvent:
computeTimeToEventAnalyses()
Examples
# example code
tteSet <- createTimeToEventSettings(
targetIds = c(1,2),
outcomeIds = 3
)
[Package Characterization version 2.1.3 Index]