participants {IncidencePrevalence} | R Documentation |
Participants contributing to an analysis
Description
Participants contributing to an analysis
Usage
participants(result, analysisId)
Arguments
result |
Result object |
analysisId |
ID of a specific analysis to return participants for |
Value
References to tables with the study participants contributing to a given analysis
Examples
cdm <- mockIncidencePrevalenceRef(sampleSize = 200)
cdm <- generateDenominatorCohortSet(cdm, name = "denominator")
incidence <- estimateIncidence(
cdm = cdm,
denominatorTable = "denominator",
outcomeTable = "outcome",
interval = "overall"
)
participants(result = incidence, analysisId = 1)
[Package IncidencePrevalence version 0.7.4 Index]