Sensitivity to Selection Criteria: Multi Site, Exploratory, Cross-Sectional Analysis
Created
Last Modified
Files
Domain
Category
Parameters
Publisher
Abstract
The Sensitivity to Selection Criteria module measures how different cohort inclusion definitions can impact the makeup of a cohort, including demographics, utilization, and outcomes. Each check will compare a user-provided base cohort definition to each provided alternate cohort definition to evaluate how the new definitions impact each measured characteristic.
Data Requirements
Probe
Clinical Assessment
Access Package
# install.packages("devtools")
devtools::install_github('ssdqa/sensitivityselectioncriteria')Visualization Output
This check outputs two line plots: one including continuous variables (where median facts per person year is computed) and another including categorical variables (where proportion of patients meeting criteria is computed). Users can choose up to 2 alternate cohort definitions to display on the plot and compare against the base cohort values. When 1 alternate cohort is supplied, the base cohort will appear on the left. When 2 are supplied, the base cohort is placed in the middle. Each line represents the values associated with a particular site, and the shapes of the dots align with the different cohort definitions (also seen along the x-axis).
Raw Output
This check produces a two raw data output tables, the first containing 5 columns of data, and the second containing 3 columns of data:
| Column | Data Type | Definition |
|---|---|---|
cohort_id |
character | the name of the cohort (alt_cohort_*) |
site |
character | the name of the site being targeted |
cohort_characteristic |
character | the name of the cohort characteristic |
smd_vs_baseline |
numeric | the standardized mean difference between the value from the alternate cohort in cohort_id and the base cohort value |
fact_group |
character | a summary label for a group of cohort characteristics |
| Column | Data Type | Definition |
|---|---|---|
site |
character | the name of the site being targeted |
cohort_group |
character | a string indicating the combination of cohort definitions reflected in group_ct |
group_ct |
numeric | the number of patients that belong to every cohort definition found in cohort_group |

