createReferenceSetCohorts
function.
These negative controls can form the basis to generate positive controls using the
injectSignals
function.R/MethodEvaluation.R
ohdsiDevelopmentNegativeControls.Rd
The OHDSI Development Set - Negative Controls
A set of 76 negative control outcomes, all for the exposures of ACE inhibitors (compared to
thiazides and thiazide-like diuretics). This set is a much small set than the he OHDSI Method
Evaluation Benchmark, but follows the same principles. It is intended to be used when developing
methods, leaving the Methods Benchark untouched until a final evaluation of the method, thus preventing
'training' on the evaluation set. The negative controls are borrowed from the LEGEND Hypertension study.
The exposure, outcome, and nesting cohorts can be created using the
createReferenceSetCohorts
function.
These negative controls can form the basis to generate positive controls using the
injectSignals
function.
data(ohdsiDevelopmentNegativeControls)
A data frame with 76 rows and 11 variables:
Cohort ID identifying the target exposure
Name of the target cohort
Cohort ID identifying the comparator exposure
Name of the comparator cohort
Cohort ID identifying the nesting cohort
Name of the nesting cohort
Cohort ID identifying the outcome
Name of the outcome
THe type of control: exposure or outcome
A semi-colon separated list of concept IDs that together form the target exposure definitions.
A semi-colon separated list of concept IDs that together form the comparator exposure definitions.