Point-class: Point class: Point predictions

Description Usage Details Slots

Description

A predx class for point predictions.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
Point(x)

is.Point(object)

## S4 method for signature 'Point'
predx_to_json(x)

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

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

## S4 method for signature 'PointCat'
predx_to_json(x)

Details

Point objects contain a single numeric point prediction with no other restrictions.

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

Slots

predx

A single numeric point prediction.


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