plot.lvnet: Plot model matrices

Description Usage Arguments Author(s)

Description

Plot method for lvnet. For lvnetSearch and lvnetLasso objects this is simply defined as plot(object$best, ...)

Usage

1
2
3
4
5
6
7
 ## S3 method for class 'lvnet'
plot(x, what = c("factorStructure", "residual", "latent"), partial, 
        layout = "circle", ...)
 ## S3 method for class 'lvnetLasso'
plot(x, ...)
 ## S3 method for class 'lvnetSearch'
plot(x, ...)

Arguments

x

An lvnet object.

what

What to plot? "factorStructure" plots the factor loadings and latent correlations or network. "residual" the residual correlations or network and "latent" the latent correlations or network.

partial

Plot partial correlations instead of correlations? Defaults to TRUE if omega_psi or omega_theta is estimated.

layout

The layour argument as used in qgraph

...

Arguments sent to qgraph

Author(s)

Sacha Epskamp <mail@sachaepskamp.com>


SachaEpskamp/lvnet documentation built on July 2, 2019, 3:29 a.m.