model.matrixGets {lme4}R Documentation

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.

Methods

x = reStruct, value = matrix
assign the model.matrix in an reStruct object

See Also

reStruct-class


[Package Contents]