Learn R Programming

ordinalCont (version 2.0.2)

nobs.ocm: Extract Model Coefficients

Description

nobs.ocm is the ordinalCont specific method for the generic function nobs, which returns number of observations from objects of class ocm.

Usage

# S3 method for ocm
nobs(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

The (numeric) number of observations in the model object.