estimate_aov_time: Execution Time Estimation for Factorial Simulations

View source: R/aov.R

estimate_aov_timeR 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)


dexisensitivity documentation built on Oct. 30, 2024, 1:08 a.m.