View source: R/continueResampling.R
continueResampling | R Documentation |
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.
continueResampling(cycle.time)
cycle.time |
Is the subtraction of two calls to |
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.
Derek Beaton
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.