model.matrixGets {lme4} | R Documentation |
Assign the model.matrix in an object of a suitable class. This function is generic.
model.matrix(x) <- value
x |
An object of a suitable class. |
value |
A model matrix to assign to the object x . |
The object x
with the model.matrix updated.
reStruct
object