Learn R Programming

networkscaleup (version 0.2-1)

cov_plots: Covariance plots

Description

Plots of the estimated covariance structure from a given fitted model

Usage

cov_plots(
  ard,
  model_fit,
  x_cov,
  resid_type = c("rqr", "pearson_residuals"),
  method = "lm",
  se = F
)

Value

a list of ggplots, corresponding to covariance structure

Arguments

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