terms.ocm {ordinalCont} | R Documentation |
terms.ocm
is the ordinalCont specific method for the generic function terms
,
which extracts model terms from objects of class ocm
.
## S3 method for class 'ocm'
terms(x, random.terms = TRUE, ...)
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. |
An object of class c("terms", "formula") which contains the terms representation of a symbolic model.
Maurizio Manuguerra, Gillian Heller