Other Outcomes
The Other Outcomes dataset includes information on whether the trial includes measures of depression, anxiety, substance use, sleep, anger, quality of life and functioning. Results in this dataset are provided for each treatment arm. The name of the measure is included as well as the between-group effect sizes. Use this dataset to learn how about the effects of PTSD treatments on other outcomes.
Values abstracted as not applicable ("NA") or not reported ("NR") from the study are null values (empty cells).
Study level variables, like military status and percent female, are included for ease of filtering. These columns are not individual arm or arm comparison level data.
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/other-outcomes-wa9p-rfey\".\"other_outcomes\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.