PointCat-class: PointCat class: Point predictions for categorical variables

Description Usage Details Slots

Description

A predx class for point predictions for categorical variables.

Usage

1
2
3
4
5
6
7
8
9
PointCat(x)

is.PointCat(object)

## S4 method for signature 'PointCat'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)

## S4 method for signature 'PointCat'
transform_predx(x, to_class, ...)

Details

PointCat objects contain a single point prediction of type character with no other restrictions.

In JSON and CSV representations, this value is named point.

Slots

predx

A single point prediction of type character.


cdcepi/predx documentation built on Dec. 29, 2019, 4:58 p.m.