Nicely prints the roles table, highlights potential bad controls, shows
minimal/canonical adjustment sets, optionally shows formulas, and renders a
compact model comparison (using {modelsummary}
if available, falling back
to {broom}
or basic coef()
preview).
Usage
# S3 method for class 'DAGassist_report'
print(x, ...)
Arguments
- x
A
"DAGassist_report"
object returned byDAGassist()
.- ...
Additional arguments (currently unused; present for S3 compatibility).