Description Usage Arguments Value Examples
Get a list output summary for lm
that is consistent
for use in comp_mms_var
. This assumes that the linear model is
fitted under well specified assumptions. That is, the data is assumed to be
generated directly from the linear model under OLS assumptions.
1 | comp_lm_var(mod_fit)
|
mod_fit |
A |
A list containing the following elements: the type of estimator of
of the variance (var_type
); the summary statistics of mod_fit
based on this estimator of the variance (e.g., standard errors and p-values)
(var_summary
); the assumptions under which the estimator of the
variance is consistent (var_assumptions
); the covariance matrix for
the coefficients estimates (cov_mat
).
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.