## 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.
NumbersInternational/flipRegression documentation built on April 12, 2018, 2:50 a.m.