minimal_data | R Documentation |
Creates a data frame for case with no data
minimal_data(model)
model |
A |
A data.frame
with one row of NAs and columns named according
to nodes in a model.
model <- make_model('X -> K -> Y')
CausalQueries:::minimal_data(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.