coef.ocm {ordinalCont}R Documentation

Extract Model Coefficients

Description

coef.ocm is the ordinalCont specific method for the generic function coef, which extracts model coefficients from objects of class ocm.

Usage

## S3 method for class 'ocm'
coef(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

A named numeric vector with the coefficients extracted from the model object.

Author(s)

Maurizio Manuguerra, Gillian Heller


[Package ordinalCont version 2.0.2 Index]