| cov_plots | R Documentation |
Plots of the estimated covariance structure from a given fitted model
cov_plots(
ard,
model_fit,
x_cov,
resid_type = c("rqr", "pearson_residuals"),
method = "lm",
se = F
)
ard |
ard matrix |
model_fit |
a fitted object from [fit_mle()] or [fit_map()] |
x_cov |
covariate matrix |
resid_type |
the type of residuals to use |
method |
the method to use |
se |
whether to compute standard errors of estimates |
a list of ggplots, corresponding to covariance structure
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.