Sample Characteristics
The Sample Characteristics dataset includes information on the participants who are included in the studies. This information is provided at the study level—meaning, data are not broken down into the specific treatment arms such as the intervention or control groups. Use this dataset if you want to learn more about the number of participants in the study; inclusion and exclusion criteria related to substance use and suicidality; baseline clinical characteristics such as PTSD severity, trauma type, military status, and comorbidities; and, basic demographic information such as age, gender or race for the sample as a whole (not individual participants). Visualizations made from this dataset will be based on the 496 RCTs included in the PTSD-Repository. Values reported as "NA" or not reported "NR" by the study are null values (empty cells). Data is at the study level.
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/sample-characteristics-yd5e-48pf\".\"sample_characteristics\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.