Getting Started Comparing Criteria Reference Publication
PTSDdiag is a comprehensive R package for analyzing and simplifying PTSD diagnostic criteria using PCL-5 (PTSD Checklist for DSM-5) data. It provides tools to identify optimal subsets of six PCL-5 items that maintain diagnostic accuracy while reducing assessment burden.
You can install the released version of PTSDdiag from CRAN:
install.packages("PTSDdiag")Or install the development version from GitHub:
# install.packages("devtools")
devtools::install_github("TobiasRSpiller/PTSDdiag")The vignettes demonstrate how to prepare PCL-5 data, find the optimal minimal symptom combinations for PTSD diagnosis, compare different diagnostic approaches (including ICD-11 and the clinician-administered CAPS-5), and validate the resulting definitions within and across cohorts.