Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issues with multiple possible adjustments #762

Merged
merged 4 commits into from
Aug 10, 2024

Conversation

strengejacke
Copy link
Member

@strengejacke strengejacke commented Aug 8, 2024

dag <- check_dag(
  podcast ~ mood + humor + skills_course,
  alertness ~ mood,
  mood ~ humor,
  prepared ~ skills_course,
  exam ~ alertness + prepared,
  exposure = "podcast",
  outcome = "exam",
  coords = time_ordered_coords()
)
dag


dag <- check_dag(
  podcast ~ mood + humor + skills_course,
  alertness ~ mood,
  mood ~ humor,
  prepared ~ skills_course,
  exam ~ alertness + prepared,
  adjusted = c("alertness", "prepared"),
  exposure = "podcast",
  outcome = "exam",
  coords = time_ordered_coords()
)
dag

@strengejacke strengejacke merged commit e225fdd into main Aug 10, 2024
20 of 21 checks passed
@strengejacke strengejacke deleted the dag_multiple_adjustments branch August 10, 2024 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant