Learn R Programming

Characterization (version 3.0.0)

createTimeToEventSettings: Create time to event study settings

Description

Create time to event study settings

Usage

createTimeToEventSettings(targetIds, outcomeIds)

Value

An list with the time to event settings

Arguments

targetIds

A list of cohortIds for the target cohorts

outcomeIds

A list of cohortIds for the outcome cohorts

See Also

Other TimeToEvent: computeTimeToEventAnalyses()

Examples

Run this code
# example code

tteSet <- createTimeToEventSettings(
  targetIds = c(1,2),
  outcomeIds = 3
)


Run the code above in your browser using DataLab