check_grid: Check grid

View source: R/CheckFunctions.R

check_grid-internalR Documentation

Check grid

Description

Cheking of the parameter grid.

Usage

check_grid(grid)

Arguments

grid

grid size for computing the ROC curve estimate. The default value is 1000.

Details

Verifies if the parameter entered as grid is a numerical value greater than 0.

Value

A list with two components:

grid

grid size entered.

message

table with the warning messages generated by the function.


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

Related to check_grid in sMSROC...