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

Tree object upon which the simulations are performed.

test_runs

numeric denoting the number of simulations utilized for estimating the execution time. Default value is set to 50.

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]