inferConfounders | R Documentation |
This function findings confounders to account for. Follows recommendations from Cinelli, Forney, and Pearl 2020
inferConfounders(conceptualModel, iv, dv)
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. |
list of confounders to include.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.