generateAllCohortMethodDataObjects: Construct all cohortMethodData object

Description Usage Arguments Details

View source: R/CustomCmDataObjectBuilding.R

Description

Construct all cohortMethodData object

Usage

1
2
generateAllCohortMethodDataObjects(outputFolder,
  indicationId = "Depression", useSample = FALSE, maxCores = 4)

Arguments

outputFolder

Name of local folder to place results; make sure to use forward slashes (/)

indicationId

A string denoting the indicationId.

useSample

Use the sampled cohort table instead of the main cohort table (for PS model feasibility).

maxCores

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

Details

This function constructs all cohortMethodData objects using the data fetched earlier using the fetchAllDataFromServer function.


OHDSI/Legend documentation built on Dec. 29, 2020, 3:52 a.m.