View source: R/estimation_functions.R
SummaryR.lm | R Documentation |
This function gives summary for OLS with different type of robust std errors.
SummaryR.lm(model, type = c("hc3", "hc0", "hc1", "hc2", "hc4"), ...)
model |
Name of the model estimated with |
type |
Type of the robust std error calculation. See |
... |
Arguments passed from other functions. |
A linear model summary.
## Not run:
SummaryR.lm(my.model, type = "hc4") ## Do not run.
SummaryR.lm(your.model, type = "hc1") ## Do not run.
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.