createTimeToEventSettings | R Documentation |
Create time to event study settings
createTimeToEventSettings(targetIds, outcomeIds)
targetIds |
A list of cohortIds for the target cohorts |
outcomeIds |
A list of cohortIds for the outcome cohorts |
An list with the time to event settings
Other TimeToEvent:
computeTimeToEventAnalyses()
# example code
tteSet <- createTimeToEventSettings(
targetIds = c(1,2),
outcomeIds = 3
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.