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

Feature request: add support for class "dagitty" to as_tbl_graph #179

Open
grasshoppermouse opened this issue Nov 4, 2023 · 1 comment

Comments

@grasshoppermouse
Copy link

https://github.com/jtextor/dagitty

This package is widely used in analysis of graphical causal models (DAGs).

library(dagitty)
g <- randomDAG(10, 0.5)
class(g)
names(g) # nodes
edges(g)
@thomasp85
Copy link
Owner

I'll be happy to review a PR for this

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 a pull request may close this issue.

2 participants