powered by
These functions provide multiple methods of checking for equivocal values, and finding their locations.
is_equivocal(x)which_equivocal(x)any_equivocal(x)
which_equivocal(x)
any_equivocal(x)
is_equivocal() returns a logical vector the same length as x
is_equivocal()
x
where TRUE means the value is equivocal.
TRUE
which_equivocal() returns an integer vector specifying the locations of the equivocal values.
which_equivocal()
any_equivocal() returns TRUE if there are any equivocal values.
any_equivocal()
A class_pred object.
class_pred
x <- class_pred(factor(1:10), which = c(2, 5)) is_equivocal(x) which_equivocal(x) any_equivocal(x)
Run the code above in your browser using DataLab