continueResampling {InPosition} | R Documentation |
A stopping mechanism if resampling will take too long.
Description
This function asks the user if they want to continue with resampling if the
total time for resampling takes more than 10 minutes. 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
continueResampling(cycle.time)
Arguments
cycle.time |
Is the subtraction of two calls to |
Note
If computation time is expected to take more than 10 minutes 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 10 minutes 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