lse-methods: Least Squares Methods for Moment Models

lse-methodsR Documentation

Least Squares Methods for Moment Models

Description

It estimates models defined in the package by least squares. At the moment, it only applies to linearModel objects and it is estimated using lm.

Methods

signature(model = "linearModel")

It ignores the instruments and simply fits the linear model with LSE.

Examples

data(simData)
mod <- momentModel(y~x1, ~z1+z2, vcov="MDS", data=simData)
lse(mod)

momentfit documentation built on June 26, 2024, 3 p.m.