get_varcov(x, ...)# S3 method for default
get_varcov(x, verbose = TRUE, vcov = NULL, vcov_args = NULL, ...)
# S3 method for glmgee
get_varcov(
x,
verbose = TRUE,
vcov = c("robust", "df-adjusted", "model", "bias-corrected", "jackknife"),
...
)
# S3 method for nestedLogit
get_varcov(
x,
component = "all",
verbose = TRUE,
vcov = NULL,
vcov_args = NULL,
...
)
# S3 method for betareg
get_varcov(
x,
component = c("conditional", "precision", "all"),
verbose = TRUE,
...
)
# S3 method for clm2
get_varcov(x, component = c("all", "conditional", "scale"), ...)
# S3 method for truncreg
get_varcov(x, component = c("conditional", "all"), verbose = TRUE, ...)
# S3 method for hurdle
get_varcov(
x,
component = c("conditional", "zero_inflated", "zi", "all"),
vcov = NULL,
vcov_args = NULL,
verbose = TRUE,
...
)
# S3 method for glmmTMB
get_varcov(
x,
component = c("conditional", "zero_inflated", "zi", "dispersion", "all"),
verbose = TRUE,
...
)
# S3 method for MixMod
get_varcov(
x,
effects = c("fixed", "random"),
component = c("conditional", "zero_inflated", "zi", "dispersion", "auxiliary", "all"),
verbose = TRUE,
...
)
# S3 method for brmsfit
get_varcov(x, component = "conditional", verbose = TRUE, ...)
# S3 method for betamfx
get_varcov(
x,
component = c("conditional", "precision", "all"),
verbose = TRUE,
...
)
# S3 method for aov
get_varcov(x, complete = FALSE, verbose = TRUE, ...)
# S3 method for mixor
get_varcov(x, effects = c("all", "fixed", "random"), verbose = TRUE, ...)