View source: R/inferInteractions.R
inferInteractions | R Documentation |
This function infers interaction/moderation effects from a conceptual graph.
inferInteractions(conceptualModel, iv, dv, confounders)
conceptualModel |
ConceptualModel. With causal graph to use in order to identify confounders. |
iv |
AbstractVariable. Independent variable that should cause (directly or indirectly) the @param dv. |
dv |
AbstractVariable. Dependent variable that should not cause the @param iv. |
confounders |
List. List of confounders to account for in order to estimate the causal effect of @param iv accurately. |
List of interaction/moderation effects and their explanations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.