minimal_event_data | R Documentation |
Creates a compact data frame for case with no data
minimal_event_data(model)
model |
A |
A compact data frame where each row represents an element from the exhaustive set of events of a model. The count for each event is set to zero.
model <- make_model('X -> K -> Y')
CausalQueries:::minimal_event_data(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.