WeakInstrument | R Documentation |
Artificial data set to illustrate the problem of weak instruments.
data("WeakInstrument")
A data frame containing 200 observations on 3 variables.
dependent variable.
regressor variable.
instrument variable.
Online complements to Stock and Watson (2007).
Stock, J.H. and Watson, M.W. (2007). Introduction to Econometrics, 2nd ed. Boston: Addison Wesley.
StockWatson2007
data("WeakInstrument")
fm <- ivreg(y ~ x | z, data = WeakInstrument)
summary(fm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.