Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Aug 3, 2024
1 parent a5fc906 commit cc54a74
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions R/plot.check_dag.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,18 @@
#'
#' # plot only model with required adjustments
#' plot(dag, which = "required")
#'
#' # collider-bias?
#' dag <- check_dag(
#' y ~ x + c + d,
#' x ~ c + d,
#' b ~ x,
#' b ~ y,
#' outcome = "y",
#' exposure = "x",
#' adjusted = "c"
#' )
#' plot(dag)
#' @export
plot.see_check_dag <- function(x,
size_point = 15,
Expand Down
12 changes: 12 additions & 0 deletions man/plot.see_check_dag.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cc54a74

Please sign in to comment.