Open grasshoppermouse opened 1 year ago
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)
I'll be happy to review a PR for this
https://github.com/jtextor/dagitty
This package is widely used in analysis of graphical causal models (DAGs).