as_class_pred: Coerce to a 'class_pred' object

View source: R/class-pred.R

as_class_predR Documentation

Coerce to a class_pred object

Description

as_class_pred() provides coercion to class_pred from other existing objects.

Usage

as_class_pred(x, which = integer(), equivocal = "[EQ]")

Arguments

x

A factor or ordered factor.

which

An integer vector specifying the locations of x to declare as equivocal.

equivocal

A single character specifying the equivocal label used when printing.

Examples


x <- factor(c("Yes", "No", "Yes", "Yes"))
as_class_pred(x)


probably documentation built on July 10, 2023, 2:03 a.m.