estimate_aov_time | R Documentation |
Estimates the expected execution time for a given number of factorial simulations using the duration taken to run a sample subset of simulations.
estimate_aov_time(tree, test_runs = 50)
tree |
|
test_runs |
|
A character
string, with estimated execution time (in minutes)
tree <- dexisensitivity::masc2
subtree <- create_sub_tree(tree, "Dimension sociale")
estimate_aov_time(subtree, test_runs = 50)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.