View source: R/idar_identification.R
identification | R Documentation |
Check if the causal effect is identifiable given the cause, effect, and the DAG
identification(cause, effect, dag, plot = FALSE)
cause |
a string with the name of the node to check if its causal effect on 'effect' is identifiable |
effect |
a string with the name of the node to check if the causal effect of 'cause' on this node is identifiable |
dag |
a string with the DAG |
plot |
boolean. If |
It returns a dosearch
object from that package
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.