Description Usage Arguments Value
View source: R/sim-functions.R
This function calls build_tree
over a range of input
parameters. It computes nsim
replications for each unique
combination of input parameters.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
nsim |
A non-negative integer. The number of replications for each set of input parameters. |
... |
Input parameters for |
A tibble with a column for each input parameter, and a
list-column treelist
. This is a list of lists of lists.
Each sublist corresponds to a unique combination of input
parameters, and contains nsim
trees (i.e. simulated
paths). Each individual tree is itself a list of tibbles, with
one tibble for each simulation layer.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.