terms.ocm: Model Terms

Description Usage Arguments Value Author(s)

View source: R/ocm.methods.R

Description

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

Usage

1
2
## S3 method for class 'ocm'
terms(x, random.terms = TRUE, ...)

Arguments

x

an object of class ocm, usually, a result of a call to ocm.

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


ordinalCont documentation built on Dec. 3, 2020, 1:06 a.m.