Package: PTSDdiag Type: Package Title: Optimize PTSD Diagnostic Criteria Version: 0.4.1 Authors@R: c( person( "Laura", "Weidmann", comment = c(ORCID = "0009-0006-5509-6961"), role = c("aut") ), person( "Tobias R.", "Spiller", email = "tobias.spiller@access.uzh.ch", comment = c(ORCID = "0000-0002-0107-0743"), role = c("aut", "cre") ), person( "Flavio A.", "Schüepp", comment = c(ORCID = "0000-0002-0750-3888"), role = c("aut") ) ) Description: Provides tools for analyzing and optimizing PTSD (Post-Traumatic Stress Disorder) diagnostic criteria using PCL-5 (PTSD Checklist for DSM-5) and CAPS-5 (Clinician-Administered PTSD Scale for DSM-5) data. Functions identify optimal subsets of PCL-5 items that maintain diagnostic accuracy while reducing assessment burden. Includes tools for both hierarchical (cluster-based) and non-hierarchical symptom combinations, calculation of diagnostic metrics, and comparison with standard DSM-5 criteria. Model validation is conducted using holdout and cross-validation methods to assess robustness and generalizability of the results. For more details see Weidmann et al. (2025) . License: MIT + file LICENSE Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.3 Imports: cli, dplyr, jsonlite, lifecycle, magrittr, rlang, stats, rsample, utils Depends: R (>= 3.5.0) Suggests: DT, future.apply, ggplot2, gtsummary, knitr, lattice, psych, rmarkdown, testthat (>= 3.0.0), tidyr VignetteBuilder: knitr Config/testthat/edition: 3 URL: https://tobiasrspiller.github.io/PTSDdiag/, https://github.com/TobiasRSpiller/PTSDdiag BugReports: https://github.com/TobiasRSpiller/PTSDdiag/issues Config/pak/sysreqs: libicu-dev Repository: https://tobiasrspiller.r-universe.dev Date/Publication: 2026-07-13 08:50:24 UTC RemoteUrl: https://github.com/tobiasrspiller/ptsddiag RemoteRef: HEAD RemoteSha: 5c31d325da096301a74e56130d922fadd85e4d62 NeedsCompilation: no Packaged: 2026-07-14 06:54:59 UTC; root Author: Laura Weidmann [aut] (ORCID: ), Tobias R. Spiller [aut, cre] (ORCID: ), Flavio A. Schüepp [aut] (ORCID: ) Maintainer: Tobias R. Spiller