vcov.FitRegression: vcov.Regression

View source: R/regression.R

vcov.FitRegressionR Documentation

vcov.Regression

Description

vcov.Regression

Usage

## S3 method for class 'FitRegression'
vcov(object, robust.se = FALSE, ...)

Arguments

object

A Regression model.

robust.se

If TRUE, computes standard errors that are robust to violations of the assumption of constant variance for linear and Poisson models, using the HC3 modification of White's (1980) estimator (Long and Ervin, 2000). This parameter is ignored if weights are applied (as weights already employ a sandwich estimator). Other options are FALSE, "hc0", "hc1", "hc2", "hc4".

...

Additional arguments.


Displayr/flipRegression documentation built on March 2, 2024, 3:51 a.m.