fitted.ocm {ordinalCont} | R Documentation |
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 class 'ocm'
fitted(object, ...)
Arguments
object |
an object of class |
... |
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
[Package ordinalCont version 2.0.2 Index]