Getting data and creating a study populationFunctions for getting the necessary data from the database in Common Data Model, and creating a study population. |
|
---|---|
Get the cohort data from the server |
|
Cohort Method Data |
|
Check whether an object is a CohortMethodData object |
|
Save the cohort method data to file |
|
Load the cohort method data from a file |
|
Create a study population |
|
Propensity scoresFunctions for creating and using propensity scores. |
|
Create propensity scores |
|
Get the propensity model |
|
Match persons by propensity score |
|
Match by propensity score as well as other covariates |
|
Trim persons by propensity score |
|
Keep only persons in clinical equipoise |
|
Remove subjects with a high IPTW |
|
Stratify persons by propensity score |
|
Stratify persons by propensity score and other covariates |
|
Truncate IPTW values |
|
Outcome modelsFunctions for creating and viewing outcome models. |
|
Create an outcome model, and compute the relative risk |
|
Get the outcome model |
|
Compute a weight-adjusted Kaplan-Meier curve |
|
Plot the Kaplan-Meier curve |
|
DiagnosticsFunctions for producing various study diagnostics. |
|
Compute the minimum detectable relative risk |
|
Get the attrition table for a population |
|
Draw the attrition diagram |
|
Plot the distribution of follow-up time |
|
Create a table 1 |
|
Get the default table 1 specifications |
|
Get the distribution of follow-up time |
|
Plot the propensity score distribution |
|
Compute fraction in equipoise |
|
Compute the area under the ROC curve |
|
Compute covariate balance before and after PS adjustment |
|
Plot variables with largest imbalance |
|
Create a scatterplot of the covariate balance |
|
Plot covariate prevalence |
|
Plot time-to-event |
|
Get information on generalizability |
|
Running multiple analysesFunctions for running multiple analyses in an efficient way. |
|
Create a parameter object for the function computeCovariateBalance |
|
Create a parameter object for the function createPs |
|
Create a parameter object for the function createStudyPopulation |
|
Create a parameter object for the function fitOutcomeModel |
|
Create a parameter object for the function getDbCohortMethodData |
|
Create a parameter object for the function matchOnPsAndCovariates |
|
Create a parameter object for the function matchOnPs |
|
Create a parameter object for the function stratifyByPsAndCovariates |
|
Create a parameter object for the function stratifyByPs |
|
Create a parameter object for the function trimByIptw |
|
Create a parameter object for the function trimByPs |
|
Create a parameter object for the function trimByPsToEquipoise |
|
Create a parameter object for the function truncateIptw |
|
Create a CohortMethod analysis specification |
|
Save a list of cmAnalysis to file |
|
Load a list of cmAnalysis from file |
|
Create outcome definition |
|
Create target-comparator-outcomes combinations. |
|
Save a list of targetComparatorOutcomes to file |
|
Load a list of targetComparatorOutcomes from file |
|
Create CohortMethod multi-threading settings |
|
Create default CohortMethod multi-threading settings |
|
Run a list of analyses |
|
Results of multiple analysesFunctions for viewing results of multiple analyses. |
|
Get file reference |
|
Get a summary report of the analyses results |
|
Get a summary report of the analyses results |
|
Create CohortMethod diagnostics thresholds |
|
Export cohort method results to CSV files |
|
Get specifications for CohortMethod results data model |
|
Insert exported results into a SQLite database |
|
Launch Shiny app using a SQLite database |
|
Create the results data model tables on a database server. |
|
Migrate Data model |
|
Get database migrations instance |
|
Upload results to the database server. |
|
Launch Shiny app using |
|
SimulationFunctions for simulating cohort method data objects. |
|
Create simulation profile |
|
Generate simulated data |
|
A simulation profile |
|
Helper functionsVarious helper functions |
|
Check is CohortMethod and its dependencies are correctly installed |