check_nboots: Check number of bootstrap samples

View source: R/CheckFunctions.R

check_nboots-internalR 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.


sMSROC documentation built on May 29, 2024, 1:43 a.m.

Related to check_nboots in sMSROC...