model.matrix.eivlm {eivtools} | R Documentation |
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 class 'eivlm'
model.matrix(object, ...)
Arguments
object |
A model object of class |
... |
See help for |
Value
Design matrix used in EIV regression.
[Package eivtools version 0.1-8 Index]