RemoveIDsNotInExperimentalData {CausalR}R Documentation

remove IDs not in experimental data

Description

Takes in a list of connected nodes and removes those not in the experimental data.

Usage

RemoveIDsNotInExperimentalData(connectedNodes, nodesInExperimentalData)

Arguments

connectedNodes

a list of connected nodes

nodesInExperimentalData

a list of nodes in the experimental data

Value

connectedNodesInExperimentalData a list of connected nodes with the redundant nodes removed


[Package CausalR version 1.22.0 Index]