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 eivlm.

...

See help for model.matrix.

Value

Design matrix used in EIV regression.


[Package eivtools version 0.1-8 Index]