list_non_parents: Returns a list with the nodes that are not directly pointing...

View source: R/get_type_helpers.R

list_non_parentsR Documentation

Returns a list with the nodes that are not directly pointing into a node

Description

Returns a list with the nodes that are not directly pointing into a node

Usage

list_non_parents(model, node)

Arguments

model

A causal_model. A model object generated by make_model.

node

A character string. The quoted name of a node.

Value

Returns a list with the nodes that are not directly pointing into a node


CausalQueries documentation built on Oct. 20, 2023, 1:06 a.m.