PTSD Continuous Outcomes Within Arms
Department of Veterans Affairs
@usgov.va_gov_ptsd_continuous_outcomes_within_arms
Department of Veterans Affairs
@usgov.va_gov_ptsd_continuous_outcomes_within_arms
This dataset provides within-arm results for continuous measures. Included is information on score means and variance, and pre-post comparisons (pre-post score difference, statistical test p-value, and study-reported effect sizes). Where possible, the within-arm standardized effect size (analog of Cohen’s d) was calculated. For the calculated effect size, negative values indicate a lower score at follow-up compared to baseline, while positive values indicate a higher score at follow-up. Each treatment arm is presented on its own row. There are also separate rows for studies with more than one measure, time point and analysis type.
Organization: Department of Veterans Affairs
Last updated: 2023-09-28T16:45:07.255476
Tags: ptsd-repository
CREATE TABLE table_1 (
"ptsdpubs_id" DOUBLE,
"study_id" VARCHAR,
"author_year" VARCHAR -- Author, Year,
"treatment_name" VARCHAR,
"ncptsd_treatment_name" VARCHAR,
"outcome_assessment_type" VARCHAR,
"ptsd_outcome_measure" VARCHAR,
"ptsd_outcome_measure_detail" VARCHAR,
"analysis_type" VARCHAR,
"intervention_group" VARCHAR,
"method_for_handling_missing_data" VARCHAR,
"statistical_analysis" VARCHAR,
"assessment_point" VARCHAR,
"n_completed_outcome_measurement" DOUBLE,
"n_completed_outcome_measurement_detailed" VARCHAR -- N Completed Outcome Measurement (detailed),
"measure_score_mean" DOUBLE,
"measure_score_standard_deviation" DOUBLE,
"measure_score_sd_calculated_indicator" VARCHAR,
"measure_score_other_measure_of_variance_type" VARCHAR,
"measure_score_95_ci_lower_bound" DOUBLE -- Measure Score 95% CI Lower Bound,
"measure_score_95_ci_upper_bound" DOUBLE -- Measure Score 95% CI Upper Bound,
"measure_score_detailed" VARCHAR -- Measure Score (detailed),
"score_difference_from_baseline" DOUBLE,
"score_difference_1_calculated_indicator" VARCHAR,
"score_difference_from_baseline_standard_deviation" DOUBLE -- Score Difference From Baseline, Standard Deviation,
"score_difference_1_sd_calculated_indicator" VARCHAR,
"score_difference_from_baseline_95_ci_lower_bound" DOUBLE -- Score Difference From Baseline 95% CI Lower Bound,
"score_difference_from_baseline_95_ci_upper_bound" DOUBLE -- Score Difference From Baseline 95% CI Upper Bound,
"score_difference_1_p_value" VARCHAR,
"score_difference_from_baseline_detailed" VARCHAR -- Score Difference From Baseline (detailed),
"epc_calculated_within_arm_effect_size" DOUBLE,
"within_group_effect_size_1_detail" VARCHAR,
"within_group_effect_size_1_type" VARCHAR,
"within_group_effect_size_1" DOUBLE,
"within_group_effect_size_1_type_of_variance_measure" VARCHAR,
"within_group_effect_size_1_95_ci_lower_bound" DOUBLE -- Within Group Effect Size 1–95% CI Lower Bound,
"within_group_effect_size_1_95_ci_upper_bound" DOUBLE -- Within Group Effect Size 1–95% CI Upper Bound,
"within_group_effect_size_1_p_value" VARCHAR,
"within_group_effect_size_2_detail" VARCHAR,
"within_group_effect_size_2_type" VARCHAR,
"within_group_effect_size_2" DOUBLE,
"within_group_effect_size_2_type_of_variance_measure" VARCHAR,
"within_group_effect_size_2_95_ci_lower_bound" DOUBLE -- Within Group Effect Size 2–95% CI Lower Bound,
"within_group_effect_size_2_95_ci_upper_bound" DOUBLE -- Within Group Effect Size 2–95% CI Upper Bound,
"within_group_effect_size_2_p_value" VARCHAR,
"measure_score_adjusted_indicator" VARCHAR,
"unique_row_identifier" VARCHAR
);Anyone who has the link will be able to view this.