PTSD Dichotomous Outcomes Within Arms
This dataset provides within-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 as well as the percent of participants who achieved loss of PTSD diagnosis/clinically meaningful response 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 or when there is 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-dichotomous-outcomes-within-arms-xts3-vap3\".\"ptsd_dichotomous_outcomes_within_arms\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.