Visualize standardized residual covariances
plot_residuals.Rd
Visualize distribution of standardized residual covariances
Arguments
- object
(mbsem) An object of
mbsem-class
returned byminorbsem
.- type
(string) Either: "range" for lineranges (by default) or "matrix" for a matrix with point estimates in the lower half.
Examples
if (FALSE) {
fit <- minorbsem("F1 =~ x1 + x2 + x3
F2 =~ x4 + x5 + x6
F3 =~ x7 + x8 + x9", HS)
plot_residuals(fit)
}