check_grid-internal {sMSROC} | R 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. |
[Package sMSROC version 0.1.2 Index]