From 8f19dbe275c506e8dc17f7d14fbe45d69afae03b Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 19 Oct 2024 13:10:22 +0200 Subject: [PATCH] update --- vignettes/model_parameters_robust.Rmd | 8 -------- 1 file changed, 8 deletions(-) diff --git a/vignettes/model_parameters_robust.Rmd b/vignettes/model_parameters_robust.Rmd index 8718d01f5..49f7e8dbc 100644 --- a/vignettes/model_parameters_robust.Rmd +++ b/vignettes/model_parameters_robust.Rmd @@ -68,14 +68,6 @@ The computation of robust standard errors is controlled by two arguments: ### Robust Covariance Matrix Estimation from Model Parameters -There are two arguments (see -[`?standard_error`](https://easystats.github.io/parameters/reference/standard_error.html) -for further details) that allow for choosing different methods and options of -robust estimation: - -- `vcov` -- `vcov_args` - Let us start with a simple example, which uses a heteroskedasticity-consistent covariance matrix estimation with estimation-type "HC3" (i.e. `sandwich::vcovHC(type = "HC3")`).