Learn R Programming

dalmatian (version 1.0.0)

terms.dalmatian: Terms function for dalmatian objects

Description

terms (dalmatian)

Usage

# S3 method for dalmatian
terms(x, ...)

Arguments

x

Object of class dalmatian created by dalmatian().

...

Further object passed directly to terms. Recycled for each model component.

Value

List of with two lists named mean and dispersion each containing terms objects corresponding to the fixed and random components of that model component (if present).

Details

Constructs a list of terms objects for each component of the model specified in the input object.