View source: R/set_parameter_matrix.R
causal_type_names | R Documentation |
Names for causal types
causal_type_names(causal_types)
causal_types |
A |
A data.frame
whose rows contain the character values that
conform each causal type in a model.
model <- make_model('X -> Y')
possible_types <- grab(model, "nodal_types")
df <- data.frame(expand.grid(possible_types, stringsAsFactors = FALSE))
CausalQueries:::causal_type_names(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.