diff --git a/articles/model_parameters_robust.html b/articles/model_parameters_robust.html index 71664fafb..ae6336dd4 100644 --- a/articles/model_parameters_robust.html +++ b/articles/model_parameters_robust.html @@ -137,7 +137,7 @@
  • vcov_args: list of arguments passed to the sandwich or clubSandwich function used to compute the -covariance matrix. See for example ?sandwich::vcovHAC +covariance matrix. See for example ?sandwich::vcovHAC
  • @@ -190,7 +190,7 @@

    Robust Covari # compare standard errors to result from sandwich-package mp$SE #> [1] 5.93 0.43 -unname(sqrt(diag(sandwich::vcovHC(model)))) +unname(sqrt(diag(sandwich::vcovHC(model)))) #> [1] 5.93 0.43

    @@ -204,7 +204,7 @@

    Cluster-Robust Cov function with the content of vcov_args as arguments.

    The specific estimation type can be controlled by passing a type argument via vcov_args. See -?sandwich::vcovCL for information about the different types +?sandwich::vcovCL for information about the different types of covariance matrices that this function can produce (HC0 to HC3). In the next example, we use a clustered covariance matrix estimation with HC1-estimation type.

    @@ -234,11 +234,11 @@

    Cluster-Robust Cov # compare standard errors to result from sandwich-package mp$SE #> [1] 0.422 0.111 0.653 0.587 0.079 0.123 0.111 -unname(sqrt(diag(sandwich::vcovCL(model)))) +unname(sqrt(diag(sandwich::vcovCL(model)))) #> [1] 0.422 0.111 0.653 0.587 0.079 0.123 0.111

    Usually, clustered covariance matrix estimation is used when there is a cluster-structure in the data. The variable indicating the -cluster-structure can be defined in sandwich::vcovCL() with +cluster-structure can be defined in sandwich::vcovCL() with the cluster-argument. In model_parameters(), additional arguments that should be passed down to functions from the sandwich package can be specified in @@ -267,7 +267,7 @@

    Cluster-Robust Cov # compare standard errors to result from sandwich-package mp$SE #> [1] 0.337 0.072 0.519 0.264 0.072 0.097 0.051 -unname(sqrt(diag(sandwich::vcovCL(model, cluster = iris$cluster)))) +unname(sqrt(diag(sandwich::vcovCL(model, cluster = iris$cluster)))) #> [1] 0.337 0.072 0.519 0.264 0.072 0.097 0.051
    diff --git a/pkgdown.yml b/pkgdown.yml index 498137911..6b40358e5 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -14,7 +14,7 @@ articles: parameters_reduction: parameters_reduction.html parameters_selection: parameters_selection.html standardize_parameters_effsize: standardize_parameters_effsize.html -last_built: 2024-10-11T09:35Z +last_built: 2024-10-11T09:47Z urls: reference: https://easystats.github.io/parameters/reference article: https://easystats.github.io/parameters/articles diff --git a/reference/equivalence_test.lm.html b/reference/equivalence_test.lm.html index 3837bc777..cad697629 100644 --- a/reference/equivalence_test.lm.html +++ b/reference/equivalence_test.lm.html @@ -126,11 +126,11 @@

    Argumentsstats::vcov())

  • A string which indicates the kind of uncertainty estimates to return.

    • Heteroskedasticity-consistent: "vcovHC", "HC", "HC0", "HC1", -"HC2", "HC3", "HC4", "HC4m", "HC5". See ?sandwich::vcovHC.

    • +"HC2", "HC3", "HC4", "HC4m", "HC5". See ?sandwich::vcovHC.

    • Cluster-robust: "vcovCR", "CR0", "CR1", "CR1p", "CR1S", "CR2", "CR3". See ?clubSandwich::vcovCR.

    • Bootstrap: "vcovBS", "xy", "residual", "wild", "mammen", -"webb". See ?sandwich::vcovBS.

    • +"webb". See ?sandwich::vcovBS.

    • Other sandwich package functions: "vcovHAC", "vcovPC", "vcovCL", "vcovPL".

  • @@ -141,7 +141,7 @@

    Arguments?sandwich::vcovHAC) to see the list of available arguments.

    +?sandwich::vcovHAC) to see the list of available arguments.

    verbose
    diff --git a/reference/model_parameters.default.html b/reference/model_parameters.default.html index bf117dc59..25e9b4c0d 100644 --- a/reference/model_parameters.default.html +++ b/reference/model_parameters.default.html @@ -209,11 +209,11 @@

    Argumentsstats::vcov())

  • A string which indicates the kind of uncertainty estimates to return.

    • Heteroskedasticity-consistent: "vcovHC", "HC", "HC0", "HC1", -"HC2", "HC3", "HC4", "HC4m", "HC5". See ?sandwich::vcovHC.

    • +"HC2", "HC3", "HC4", "HC4m", "HC5". See ?sandwich::vcovHC.

    • Cluster-robust: "vcovCR", "CR0", "CR1", "CR1p", "CR1S", "CR2", "CR3". See ?clubSandwich::vcovCR.

    • Bootstrap: "vcovBS", "xy", "residual", "wild", "mammen", -"webb". See ?sandwich::vcovBS.

    • +"webb". See ?sandwich::vcovBS.

    • Other sandwich package functions: "vcovHAC", "vcovPC", "vcovCL", "vcovPL".

  • @@ -224,7 +224,7 @@

    Arguments?sandwich::vcovHAC) to see the list of available arguments.

    +?sandwich::vcovHAC) to see the list of available arguments.

    summary
    diff --git a/reference/model_parameters.merMod.html b/reference/model_parameters.merMod.html index 527d61a4b..7d0cd6f6e 100644 --- a/reference/model_parameters.merMod.html +++ b/reference/model_parameters.merMod.html @@ -432,11 +432,11 @@

    Argumentsstats::vcov())

  • A string which indicates the kind of uncertainty estimates to return.

    • Heteroskedasticity-consistent: "vcovHC", "HC", "HC0", "HC1", -"HC2", "HC3", "HC4", "HC4m", "HC5". See ?sandwich::vcovHC.

    • +"HC2", "HC3", "HC4", "HC4m", "HC5". See ?sandwich::vcovHC.

    • Cluster-robust: "vcovCR", "CR0", "CR1", "CR1p", "CR1S", "CR2", "CR3". See ?clubSandwich::vcovCR.

    • Bootstrap: "vcovBS", "xy", "residual", "wild", "mammen", -"webb". See ?sandwich::vcovBS.

    • +"webb". See ?sandwich::vcovBS.

    • Other sandwich package functions: "vcovHAC", "vcovPC", "vcovCL", "vcovPL".

  • @@ -447,7 +447,7 @@

    Arguments?sandwich::vcovHAC) to see the list of available arguments.

    +?sandwich::vcovHAC) to see the list of available arguments.

    diff --git a/reference/model_parameters.mlm.html b/reference/model_parameters.mlm.html index f41937f18..e705ddb31 100644 --- a/reference/model_parameters.mlm.html +++ b/reference/model_parameters.mlm.html @@ -267,11 +267,11 @@

    Argumentsstats::vcov())

  • A string which indicates the kind of uncertainty estimates to return.

    • Heteroskedasticity-consistent: "vcovHC", "HC", "HC0", "HC1", -"HC2", "HC3", "HC4", "HC4m", "HC5". See ?sandwich::vcovHC.

    • +"HC2", "HC3", "HC4", "HC4m", "HC5". See ?sandwich::vcovHC.

    • Cluster-robust: "vcovCR", "CR0", "CR1", "CR1p", "CR1S", "CR2", "CR3". See ?clubSandwich::vcovCR.

    • Bootstrap: "vcovBS", "xy", "residual", "wild", "mammen", -"webb". See ?sandwich::vcovBS.

    • +"webb". See ?sandwich::vcovBS.

    • Other sandwich package functions: "vcovHAC", "vcovPC", "vcovCL", "vcovPL".

  • @@ -282,7 +282,7 @@

    Arguments?sandwich::vcovHAC) to see the list of available arguments.

    +?sandwich::vcovHAC) to see the list of available arguments.

    diff --git a/reference/p_direction.lm.html b/reference/p_direction.lm.html index 73e6765bd..8f6b266bb 100644 --- a/reference/p_direction.lm.html +++ b/reference/p_direction.lm.html @@ -116,11 +116,11 @@

    Argumentsstats::vcov())

  • A string which indicates the kind of uncertainty estimates to return.

    • Heteroskedasticity-consistent: "vcovHC", "HC", "HC0", "HC1", -"HC2", "HC3", "HC4", "HC4m", "HC5". See ?sandwich::vcovHC.

    • +"HC2", "HC3", "HC4", "HC4m", "HC5". See ?sandwich::vcovHC.

    • Cluster-robust: "vcovCR", "CR0", "CR1", "CR1p", "CR1S", "CR2", "CR3". See ?clubSandwich::vcovCR.

    • Bootstrap: "vcovBS", "xy", "residual", "wild", "mammen", -"webb". See ?sandwich::vcovBS.

    • +"webb". See ?sandwich::vcovBS.

    • Other sandwich package functions: "vcovHAC", "vcovPC", "vcovCL", "vcovPL".

  • @@ -131,7 +131,7 @@

    Arguments?sandwich::vcovHAC) to see the list of available arguments.

    +?sandwich::vcovHAC) to see the list of available arguments.

    ...
    diff --git a/reference/p_function.html b/reference/p_function.html index 7f4ba4a4a..9cbe8e258 100644 --- a/reference/p_function.html +++ b/reference/p_function.html @@ -172,11 +172,11 @@

    Argumentsstats::vcov())

  • A string which indicates the kind of uncertainty estimates to return.

    • Heteroskedasticity-consistent: "vcovHC", "HC", "HC0", "HC1", -"HC2", "HC3", "HC4", "HC4m", "HC5". See ?sandwich::vcovHC.

    • +"HC2", "HC3", "HC4", "HC4m", "HC5". See ?sandwich::vcovHC.

    • Cluster-robust: "vcovCR", "CR0", "CR1", "CR1p", "CR1S", "CR2", "CR3". See ?clubSandwich::vcovCR.

    • Bootstrap: "vcovBS", "xy", "residual", "wild", "mammen", -"webb". See ?sandwich::vcovBS.

    • +"webb". See ?sandwich::vcovBS.

    • Other sandwich package functions: "vcovHAC", "vcovPC", "vcovCL", "vcovPL".

  • @@ -187,7 +187,7 @@

    Arguments?sandwich::vcovHAC) to see the list of available arguments.

    +?sandwich::vcovHAC) to see the list of available arguments.

    keep
    diff --git a/reference/p_significance.lm.html b/reference/p_significance.lm.html index 176cf105c..1018b0b34 100644 --- a/reference/p_significance.lm.html +++ b/reference/p_significance.lm.html @@ -152,11 +152,11 @@

    Argumentsstats::vcov())

  • A string which indicates the kind of uncertainty estimates to return.

    • Heteroskedasticity-consistent: "vcovHC", "HC", "HC0", "HC1", -"HC2", "HC3", "HC4", "HC4m", "HC5". See ?sandwich::vcovHC.

    • +"HC2", "HC3", "HC4", "HC4m", "HC5". See ?sandwich::vcovHC.

    • Cluster-robust: "vcovCR", "CR0", "CR1", "CR1p", "CR1S", "CR2", "CR3". See ?clubSandwich::vcovCR.

    • Bootstrap: "vcovBS", "xy", "residual", "wild", "mammen", -"webb". See ?sandwich::vcovBS.

    • +"webb". See ?sandwich::vcovBS.

    • Other sandwich package functions: "vcovHAC", "vcovPC", "vcovCL", "vcovPL".

  • @@ -167,7 +167,7 @@

    Arguments?sandwich::vcovHAC) to see the list of available arguments.

    +?sandwich::vcovHAC) to see the list of available arguments.

    verbose
    diff --git a/reference/p_value.html b/reference/p_value.html index b8ceda44f..05b308d73 100644 --- a/reference/p_value.html +++ b/reference/p_value.html @@ -140,11 +140,11 @@

    Argumentsstats::vcov())

  • A string which indicates the kind of uncertainty estimates to return.

    • Heteroskedasticity-consistent: "vcovHC", "HC", "HC0", "HC1", -"HC2", "HC3", "HC4", "HC4m", "HC5". See ?sandwich::vcovHC.

    • +"HC2", "HC3", "HC4", "HC4m", "HC5". See ?sandwich::vcovHC.

    • Cluster-robust: "vcovCR", "CR0", "CR1", "CR1p", "CR1S", "CR2", "CR3". See ?clubSandwich::vcovCR.

    • Bootstrap: "vcovBS", "xy", "residual", "wild", "mammen", -"webb". See ?sandwich::vcovBS.

    • +"webb". See ?sandwich::vcovBS.

    • Other sandwich package functions: "vcovHAC", "vcovPC", "vcovCL", "vcovPL".

  • @@ -155,7 +155,7 @@

    Arguments?sandwich::vcovHAC) to see the list of available arguments.

    +?sandwich::vcovHAC) to see the list of available arguments.

    verbose
    diff --git a/reference/standard_error.html b/reference/standard_error.html index 399317311..5c66bc507 100644 --- a/reference/standard_error.html +++ b/reference/standard_error.html @@ -123,11 +123,11 @@

    Argumentsstats::vcov())

  • A string which indicates the kind of uncertainty estimates to return.

    • Heteroskedasticity-consistent: "vcovHC", "HC", "HC0", "HC1", -"HC2", "HC3", "HC4", "HC4m", "HC5". See ?sandwich::vcovHC.

    • +"HC2", "HC3", "HC4", "HC4m", "HC5". See ?sandwich::vcovHC.

    • Cluster-robust: "vcovCR", "CR0", "CR1", "CR1p", "CR1S", "CR2", "CR3". See ?clubSandwich::vcovCR.

    • Bootstrap: "vcovBS", "xy", "residual", "wild", "mammen", -"webb". See ?sandwich::vcovBS.

    • +"webb". See ?sandwich::vcovBS.

    • Other sandwich package functions: "vcovHAC", "vcovPC", "vcovCL", "vcovPL".

  • @@ -138,7 +138,7 @@

    Arguments?sandwich::vcovHAC) to see the list of available arguments.

    +?sandwich::vcovHAC) to see the list of available arguments.

    verbose