checkConceptualModel: Check Conceptual Model (graph) is valid, meaning there are no...

checkConceptualModelR Documentation

Check Conceptual Model (graph) is valid, meaning there are no cycles and that the @param dv does not cause @param iv Use once have a query (i.e., iv and dv) of interest

Description

This function validates the Conceptual Model

Usage

checkConceptualModel(conceptualModel, iv, dv)

Arguments

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.

Value

TRUE if the Conceptual Model is valid, FALSE otherwise


emjun/tisaner documentation built on Nov. 9, 2024, 6:32 p.m.