es_cm_shared_covariate_balance

0 rows


Description

EvidenceSynthesisModule: Holds the shared covariate balance for the evidence synthesis module.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
analysis_id Unknown 0 null

A foreign key referencing the cm_analysis table.

balanced_after Unknown 0 null

Is the covariate balanced after propensity score adjustment? (1 = yes, 0 = no)

balanced_before Unknown 0 null

Is the covariate balanced before propensity score adjustment? (1 = yes, 0 = no)

covariate_id Unknown 0 null

A foreign key referencing the cm_covariate table.

evidence_synthesis_analysis_id Unknown 0 null

A foreign key referencing the es_analysis table.

std_diff_after Unknown 0 null

The standardized difference of the means between the target and comparator cohort after propensity score adjustment.

std_diff_before Unknown 0 null

The standardized difference of the means between the target and comparator cohort before propensity score adjustment.

std_diff_var_after Unknown 0 null

The variance of the standardized difference of the means between the target and comparator cohort after propensity score adjustment.

std_diff_var_before Unknown 0 null

The variance of the standardized difference of the means between the target and comparator cohort before propensity score adjustment.

target_comparator_id Unknown 0 null

A foreign key referencing the target_comparator table.

Relationships