check_nboots-internal {sMSROC} | R Documentation |
Check number of bootstrap samples
Description
This function checks if the value entered as number of bootstrap samples is correct.
Usage
check_nboots(nboots)
Arguments
nboots |
number of bootstrap samples to be run. The default value is 500. |
Value
A list with two components:
nboots |
value entered as number of bootstrap samples. |
message |
table with the warning messages generated by the function. |
[Package sMSROC version 0.1.2 Index]