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