estimate_aov_time {dexisensitivity} | R Documentation |
Execution Time Estimation for Factorial Simulations
Description
Estimates the expected execution time for a given number of factorial simulations using the duration taken to run a sample subset of simulations.
Usage
estimate_aov_time(tree, test_runs = 50)
Arguments
tree |
|
test_runs |
|
Value
A character
string, with estimated execution time (in minutes)
Examples
tree <- dexisensitivity::masc2
subtree <- create_sub_tree(tree, "Dimension sociale")
estimate_aov_time(subtree, test_runs = 50)
[Package dexisensitivity version 1.0.1 Index]