summary | R Documentation |
The method builds the coefficient matrices.
## S3 method for class 'tlse'
summary(object, ...)
object |
An object of class |
... |
Argument for other type of objects |
data(simData)
mod1 <- setModel(Y~Z|~X1*X2, data=simData)
fit <- tlse(mod1, selType="BTLSE", vcov.=sandwich::vcovHC, type="HC3")
summary(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.