Skip to content

walshc/linearFeedbackModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linearFeedbackModel

This R package is very much work in progress and might not work as expected. Some portions of the code come from the pgmm() function in package plm.

Description

lfm() estimates the first-order linear feedback model in Blundell, Griffith and Windmeijer (2002) via Generalized Method of Moments.

Installation

if (!require(devtools)) install.packages("devtools")
devtools::install_github("walshc/linearFeedbackModel")

Usage:

Usage is very similar to the pgmm() function in package plm:

lfm(y ~ lag(y, k = 1) + x | lag(y, k = 2:4) + lag(x, k = 1:4),
    data = data, effect = "individual", model = "onestep")

Type help(lfm) for more details.

References

About

R package to estimate the linear feedback model in Blundell, Griffith and Windmeijer (2002)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published