re {RiskMap} | R Documentation |
Specifies the terms for a random effect model.
re(...)
... |
Variables representing the random effects in the model. |
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.
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. |
At least one variable must be provided as input.
Emanuele Giorgi e.giorgi@lancaster.ac.uk
Claudio Fronterre c.fronterr@lancaster.ac.uk