Description Usage Arguments Details Value Note References Examples
meek will maximally orient the given causality.pdag, possibly turning
it into a pattern or dag.
1 | meek(graph)
|
graph |
a "causality.pdag" |
meek applies the meek rules to the given graph. Applying the
rules results in an a maximally oriented pdag. Depending on the exact
structure of graph, the output graph is either a dag, pattern, or pdag.
meek either returns a causality.dag, causality.pattern,
or causality.pdag.
You are almostly certainly better off using the function
as.pattern.
Meek C. Causal inference and causal explanation with background knowledge. InProceedings of the Eleventh conference on Uncertainty in artificial intelligence 1995 Aug 18 (pp. 403-410). Morgan Kaufmann Publishers Inc.
Pearl, Judea. Causality. Cambridge university press, 2009.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.