Description Usage Arguments Examples
helper to fill buckets dataframe
1 | fill_bucket(model, buckets, vars, row = 1, column = 4)
|
buckets |
dataframe with columns event, count and capacity vars plus strategy allocation var |
vars |
vars to be observed |
1 2 3 4 | model <- make_model("X->M->Y")
buckets = data.frame(event = "X0Y0", count = 3, capacity = 3, strategy = 2)
# Find different data that might result from looking at "M" in 2 out of 3 X0Y0 data types
fill_bucket(model, buckets, vars = "M")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.