lme4 (version 0.5-2)

model.matrixGets: Assign the model.matrix

Description

Assign the model.matrix in an object of a suitable class. This function is generic.

Usage

model.matrix(x) <- value

Arguments

x
An object of a suitable class.
value
A model matrix to assign to the object x.

Value

  • The object x with the model.matrix updated.

See Also

reStruct-class