model.matrix.eivlm: model.matrix
method for objects of class eivlm
.
Description
Extract model matrix from eivlm
object. Analogous to model.matrix
method for lm
objects.
Usage
# S3 method for eivlm
model.matrix(object, ...)
Arguments
object
A model object of class eivlm
.
Value
Design matrix used in EIV regression.