powered by
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.
linearModel
lm
signature(model = "linearModel")
It ignores the instruments and simply fits the linear model with LSE.
data(simData) mod <- momentModel(y~x1, ~z1+z2, vcov="MDS", data=simData) lse(mod)
Run the code above in your browser using DataLab