SummaryR.lm: Summary of OLS with Robust Std Errors

View source: R/estimation_functions.R

SummaryR.lmR Documentation

Summary of OLS with Robust Std Errors

Description

This function gives summary for OLS with different type of robust std errors.

Usage

SummaryR.lm(model, type = c("hc3", "hc0", "hc1", "hc2", "hc4"), ...)

Arguments

model

Name of the model estimated with lm function.

type

Type of the robust std error calculation. See hccm function in car package.

...

Arguments passed from other functions.

Value

A linear model summary.

Author(s)

Omer Kara

Examples

## Not run: 
SummaryR.lm(my.model, type = "hc4") ## Do not run.
SummaryR.lm(your.model, type = "hc1") ## Do not run.

## End(Not run)


omerkara/okara documentation built on Nov. 21, 2023, 7:56 p.m.