lse-methods | R Documentation |
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
.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.