View source: R/get_nodal_types.R
make_nodal_types | R Documentation |
Make nodal types
make_nodal_types(model, include_node_names = FALSE)
model |
A |
include_node_names |
Logical. If 'TRUE' returns names of form X0, X1; otherwise returns 0, 1. Defaults to 'FALSE' |
A named list containing nodal types for each node
model <- make_model('X -> K -> Y')
CausalQueries:::make_nodal_types(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.