fitted.ocm: Extract Model Fitted Values

Description Usage Arguments Details Value Author(s)

View source: R/ocm.methods.R

Description

fitted.ocm is the ordinalCont specific method for the generic function fitted, which computes model fitted from objects of class ocm.

Usage

1
2
## S3 method for class 'ocm'
fitted(object, ...)

Arguments

object

an object of class ocm, usually, a result of a call to ocm.

...

further arguments passed to or from other methods.

Details

An object of class ocm is used to compute the probability densities of the continuous ordinal score. The fitted values are the means of such probability density functions. The output is scaled following the original scale of the scores.

Value

Fitted values computed from object.

Author(s)

Maurizio Manuguerra, Gillian Heller


ordinalCont documentation built on Dec. 3, 2020, 1:06 a.m.