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.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"ptsd-va-data-socrata/ptsd-continuous-outcomes-within-arms-3kei-my4p\".\"ptsd_continuous_outcomes_within_arms\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.