AER (version 1.2-4)

WeakInstrument: Artificial Weak Instrument Data

Description

Artificial data set to illustrate the problem of weak instruments.

Usage

data("WeakInstrument")

Arguments

Format

A data frame containing 200 observations on 3 variables.
y
dependent variable.
x
regressor variable.
z
instrument variable.

Source

Online complements to Stock and Watson (2007). http://wps.aw.com/aw_stock_ie_2/0,12040,3332253-,00.html

References

Stock, J.H. and Watson, M.W. (2007). Introduction to Econometrics, 2nd ed. Boston: Addison Wesley.

See Also

StockWatson2007

Examples

Run this code
data("WeakInstrument")
fm <- ivreg(y ~ x | z, data = WeakInstrument)
summary(fm)

Run the code above in your browser using DataLab