Learn R Programming

RiskMap (version 1.0.0)

re: Random Effect Model Specification

Description

Specifies the terms for a random effect model.

Usage

re(...)

Value

A list of class re.spec containing the following elements:

term

A character vector of the specified terms.

dim

The number of specified terms.

label

A character string representing the full call for the random effect model.

Arguments

...

Variables representing the random effects in the model.

Author

Emanuele Giorgi e.giorgi@lancaster.ac.uk

Claudio Fronterre c.fronterr@lancaster.ac.uk

Details

The function constructs a list that includes the specified terms for the random effects. This list can be used as a specification for a random effect model.