runCohortMethod | R Documentation |
Run the cohort method package
runCohortMethod(
outputFolder,
indicationId = "class",
databaseId,
maxCores = 4,
runSections,
limitHois = NULL
)
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. |
Runs the cohort method package to produce propensity scores and outcome models.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.