Learn R Programming

ordinalCont (version 2.0.2)

fitted.ocm: Extract Model Fitted Values

Description

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

Usage

# S3 method for 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.

Value

Fitted values computed from object.

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.