terms.ocm {ordinalCont} | R Documentation |
Model Terms
Description
terms.ocm
is the ordinalCont specific method for the generic function terms
,
which extracts model terms from objects of class ocm
.
Usage
## S3 method for class 'ocm'
terms(x, random.terms = TRUE, ...)
Arguments
x |
an object of class |
random.terms |
a logical indicating if random terms have to be included in the terms object. Defaults to TRUE. |
... |
further arguments passed to or from other methods. |
Value
An object of class c("terms", "formula") which contains the terms representation of a symbolic model.
Author(s)
Maurizio Manuguerra, Gillian Heller
[Package ordinalCont version 2.0.2 Index]