get_data_families | R Documentation |
Get possible data types
get_data_families(
model,
drop_impossible = TRUE,
drop_all_NA = TRUE,
mapping_only = FALSE
)
model |
A |
drop_impossible |
Logical. Whether to drop data that is impossible given model restrictions. Defaults to 'TRUE'. |
drop_all_NA |
Logical. Whether to drop row of all 'NA's. Defaults to 'TRUE' |
mapping_only |
Logical. Whether to return data mapping matrix only. Defaults to 'FALSE'. |
Returns indices and ambiguity matrix
CausalQueries:::get_data_families(model = make_model('X->Y'))
CausalQueries:::get_data_families(model = make_model('X->Y'),
mapping_only = TRUE)
CausalQueries:::get_data_families(model = make_model('X-> M -> Y'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.