Package: DAGassist Title: Test Robustness with Directed Acyclic Graphs Version: 0.2.9 Authors@R: c( person("Graham", "Goff", email = "goffgrahamc@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0717-6995")), person("Michael", "Denly", email = "mdenly@tamu.edu", role = "aut", comment = c(ORCID = "0000-0002-7074-5011")) ) Maintainer: Graham Goff Description: Provides robustness checks to align estimands with the identification that they require. Given a 'dagitty' object and a model specification, 'DAGassist' classifies variables by causal roles, recovers a target estimand, and generates a report comparing the original model with DAG-derived adjustment sets. Exports publication-grade reports in 'LaTeX', 'Word', 'Excel', 'dotwhisker', or plain text/'markdown'. 'DAGassist' is built on 'dagitty', an 'R' package that uses the 'DAGitty' web tool () for creating and analyzing DAGs. Methods draw on Pearl (2009) and Textor et al. (2016) . License: GPL (>= 2) URL: https://github.com/grahamgoff/DAGassist, https://grahamgoff.github.io/DAGassist/ BugReports: https://github.com/grahamgoff/DAGassist/issues Depends: R (>= 3.5) Imports: broom, cli, crayon, dagitty, magrittr, stats, tools, utils, writexl, dplyr, dotwhisker Suggests: fixest, ggplot2, ggdag, knitr, modelsummary, rmarkdown, testthat (>= 3.0.0), marginaleffects, WeightIt, DirectEffects, lme4 VignetteBuilder: knitr Config/Needs/website: pkgdown, rmarkdown, htmltools Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libicu-dev libssl-dev libnode-dev zlib1g-dev Repository: https://grahamgoff.r-universe.dev Date/Publication: 2026-06-28 18:42:40 UTC RemoteUrl: https://github.com/grahamgoff/dagassist RemoteRef: HEAD RemoteSha: 328607fb99b944d50074bed564e80258033455e3 NeedsCompilation: no Packaged: 2026-06-28 20:23:23 UTC; root Author: Graham Goff [aut, cre] (ORCID: ), Michael Denly [aut] (ORCID: )