continueResampling: A stopping mechanism if resampling will take too long.

Description Usage Arguments Note Author(s)

View source: R/continueResampling.R

Description

This function asks the user if they want to continue with resampling if the total time for resampling takes more than 1 minute. It also provides an estimate of how long resampling takes. This function is required for InPosition and TInPosition and we do not recommend others use it.

Usage

1
continueResampling(cycle.time)

Arguments

cycle.time

Is the subtraction of two calls to proc.time.

Note

If computation time is expected to take more than 1 minute and interactive() is TRUE, this asks the user if they would like to continue. If 'Y', looping continues. If 'N', it stops.

If computation time is expected to takre more than 1 minute and interactive() is FALSE, the function will proceed as is and perform inference tests.

A progress bar is provided so the user can see how long the tests will take.

See inference battery functions for details.

Author(s)

Derek Beaton


InPosition documentation built on May 2, 2019, 7:59 a.m.