runCohortMethod: Run the cohort method package

Description Usage Arguments Details

View source: R/CohortMethod.R

Description

Run the cohort method package

Usage

1
2
runCohortMethod(outputFolder, indicationId = "Depression", databaseId,
  maxCores = 4)

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/Legend documentation built on Dec. 29, 2020, 3:52 a.m.