drop_empty_families | R Documentation |
Drop empty families
drop_empty_families(data_events)
data_events |
A |
Returns data events with strategies (excluding strategy families that contain no observed data)
data_events <- data.frame(event = c('X0Y0', 'Y0'),
strategy = c('XY', 'Y'),
count = 1:0)
CausalQueries:::drop_empty_families(data_events)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.