Last data update: 2014.03.03

R: Replication Helper
determine_replicationsR Documentation

Replication Helper

Description

This function is used to infer an appropriate number of replications in timeit.

Usage

  determine_replications(call, interval, base = 1e+06)

Arguments

call

the call.

interval

the timing interval as passed from timeit.

base

the base number of replications to use.

Results