PTSD Continuous Outcomes Between Arms
This dataset provides between-arm results for dichotomous outcomes: loss of diagnosis and clinically meaningful response. Included is information on how loss of diagnosis and clinically meaningful response were defined, p-value for statistical test, and study-reported effect sizes.
Each comparison is on a separate row, and pairwise as well as omnibus (multi-arm) comparisons are included. There are also separate rows for studies with more than one measure, time point and analysis type or when there is with more than one definition of diagnostic change or clinically meaningful change.
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-between-arms-udp2-wgg5\".\"ptsd_continuous_outcomes_between_arms\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.