You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/articles/ResultsSchema.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,10 +75,14 @@ In this section you will find the list of tables and their fields.
75
75
| comparator_mean_before | float | No | Yes | No | The mean value of the covariate in the comparator cohort before propensity score adjustment. |
76
76
| mean_before | float | No | Yes | No | The mean value of the covariate in the union of the target and comparator cohort before propensity score adjustment. |
77
77
| std_diff_before | float | No | No | No | The standardized difference of the means between the target and comparator cohort before propensity score adjustment. |
78
+
| std_diff_var_before | float | No | No | No | The variance of the standardized difference of the means between the target and comparator cohort before propensity score adjustment. |
79
+
| balanced_before | int | No | No | No | Is the covariate balanced before propensity score adjustment? (1 = yes, 0 = no) |
78
80
| mean_after | float | No | Yes | No | The mean value of the covariate in the union of the target and comparator cohort after propensity score adjustment. |
79
81
| target_mean_after | float | No | Yes | No | The mean value of the covariate in the target cohort after propensity score adjustment. |
80
82
| comparator_mean_after | float | No | Yes | No | The mean value of the covariate in the comparator cohort after propensity score adjustment. |
81
83
| std_diff_after | float | No | No | No | The standardized difference of the means between the target and comparator cohort after propensity score adjustment. |
84
+
| std_diff_var_after | float | No | No | No | The variance of the standardized difference of the means between the target and comparator cohort after propensity score adjustment. |
85
+
| balanced_after | int | No | No | No | Is the covariate balanced after propensity score adjustment? (1 = yes, 0 = no) |
82
86
| target_std_diff | float | No | No | No | The standardized difference of the means before and after propensity score adjustment in the target cohort. |
83
87
| comparator_std_diff | float | No | No | No | The standardized difference of the means before and after propensity score adjustment in the comparator cohort. |
84
88
| target_comparator_std_diff | float | No | No | No | The standardized difference of the means before and after propensity score adjustment in the union of the target and comparator cohorts. |
@@ -144,7 +148,7 @@ In this section you will find the list of tables and their fields.
144
148
| analysis_id | int | Yes | No | No | Foreign key referencing the cm_analysis table. |
145
149
| target_comparator_id | bigint | Yes | No | No | A foreign key referencing the target_comparator table. |
146
150
| outcome_id | bigint | Yes | No | No | The identifier for the outcome cohort. |
147
-
| interaction_covariate_id |int| Yes | No | No | Foreign key referencing the cm_covariate table. |
151
+
| interaction_covariate_id |bigint| Yes | No | No | Foreign key referencing the cm_covariate table. |
148
152
| rr | float | No | No | No | The estimated relative risk (e.g. the ratio of hazard ratios). |
149
153
| ci_95_lb | float | No | No | No | The lower bound of the 95% confidence interval of the relative risk. |
150
154
| ci_95_ub | float | No | No | No | The upper bound of the 95% confidence interval of the relative risk. |
@@ -260,10 +264,14 @@ In this section you will find the list of tables and their fields.
260
264
| target_mean_before | float | No | Yes | No | The mean value of the covariate in the target cohort before propensity score adjustment. |
261
265
| comparator_mean_before | float | No | Yes | No | The mean value of the covariate in the comparator cohort before propensity score adjustment. |
262
266
| std_diff_before | float | No | No | No | The standardized difference of the means between the target and comparator cohort before propensity score adjustment. |
267
+
| std_diff_var_before | float | No | No | No | The variance of the standardized difference of the means between the target and comparator cohort before propensity score adjustment. |
268
+
| balanced_before | int | No | No | No | Is the covariate balanced before propensity score adjustment? (1 = yes, 0 = no) |
263
269
| mean_after | float | No | Yes | No | The mean value of the covariate in the union of the target and comparator cohort after propensity score adjustment. |
264
270
| target_mean_after | float | No | Yes | No | The mean value of the covariate in the target cohort after propensity score adjustment. |
265
271
| comparator_mean_after | float | No | Yes | No | The mean value of the covariate in the comparator cohort after propensity score adjustment. |
266
272
| std_diff_after | float | No | No | No | The standardized difference of the means between the target and comparator cohort after propensity score adjustment. |
273
+
| std_diff_var_after | float | No | No | No | The variance of the standardized difference of the means between the target and comparator cohort after propensity score adjustment. |
274
+
| balanced_after | int | No | No | No | Is the covariate balanced after propensity score adjustment? (1 = yes, 0 = no) |
267
275
| target_std_diff | float | No | No | No | The standardized difference of the means before and after propensity score adjustment in the target cohort. |
268
276
| comparator_std_diff | float | No | No | No | The standardized difference of the means before and after propensity score adjustment in the comparator cohort. |
269
277
| target_comparator_std_diff | float | No | No | No | The standardized difference of the means before and after propensity score adjustment in the union of the target and comparator cohorts. |
0 commit comments