givitiCheckArgs {givitiR} | R Documentation |
Check of the argument's values
Description
Check of the coherence of the values passed to the functions
givitiCalibrationTest
and givitiCalibrationBelt
.
Usage
givitiCheckArgs(o, e, devel, thres, maxDeg)
Arguments
o |
A numeric vector representing the binary outcomes.
The elements must assume only the values 0 or 1. The predictions
in |
e |
A numeric vector containing the probabilities of the
model under evaluation. The elements must be numeric and between 0 and 1.
The lenght of the vector must be equal to the length of the vector |
devel |
A character string specifying if the model has been fit on
the same dataset under evaluation ( |
thres |
A numeric scalar between 0 and 1 representing 1 - the significance level adopted in the forward selection. |
maxDeg |
The maximum degree considered in the forward selection. |
Value
The function produce an error if the elements provided through the arguments do not meet the constraints reported.