runCohortMethod: Run the cohort method package

View source: R/CohortMethod.R

runCohortMethodR Documentation

Run the cohort method package

Description

Run the cohort method package

Usage

runCohortMethod(
  outputFolder,
  indicationId = "class",
  databaseId,
  maxCores = 4,
  runSections,
  limitHois = NULL
)

Arguments

outputFolder

Name of local folder to place results; make sure to use forward slashes (/). Do not use a folder on a network drive since this greatly impacts performance.

indicationId

A string denoting the indicationId.

databaseId

A short string for identifying the database (e.g. 'Synpuf').

maxCores

How many parallel cores should be used? If more cores are made available this can speed up the analyses.

Details

Runs the cohort method package to produce propensity scores and outcome models.


ohdsi-studies/LegendT2dm documentation built on July 4, 2025, 8:25 p.m.