estimate_mc_time | R Documentation |
Estimates the time required to run a set number of Monte Carlo simulations based on the time taken to run a smaller test set.
estimate_mc_time(tree, num_runs, num_test = 50)
tree |
A |
num_runs |
A |
num_test |
A |
A character
string with estimated execution time (in minutes)
tree <- dexisensitivity::masc2
estimate_mc_time(tree, num_runs = 1000, num_test = 50)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.