View source: R/methods_stats.R
get_vcov.mlm | R Documentation |
Allow users to override uncertainty estimates
## S3 method for class 'mlm'
get_vcov(model, vcov = NULL, conf_level = NULL, ...)
model |
object type with an available |
vcov |
robust standard errors and other manual statistics. The
|
... |
all other arguments are passed through to three functions. See the documentation of these functions for lists of available arguments.
|
a numeric vector of test statistics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.