checkConceptualModel | R Documentation |
This function validates the Conceptual Model
checkConceptualModel(conceptualModel, iv, dv)
conceptualModel |
ConceptualModel. Causal graph to validate. |
iv |
AbstractVariable. Independent variable that should cause (directly or indirectly) the @param dv. |
dv |
AbstractVariable. Dependent variable that should not cause the @param iv. |
TRUE if the Conceptual Model is valid, FALSE otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.