createTimeToEventSettings: Create time to event study settings

View source: R/TimeToEvent.R

createTimeToEventSettingsR 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
)



Characterization documentation built on April 4, 2025, 2:02 a.m.