Plots lavaan path model with DiagrammeR
lavaanPlot2(
model,
labels = NULL,
include = NULL,
gr_viz = NULL,
graph_options = NULL,
node_options = NULL,
edge_options = NULL,
stand = FALSE,
...
)
A Diagrammer plot of the path diagram for model
A model fit object of class lavaan.
An optional named list of variable labels.
which parameters to include in the plot. Default is all regression and latent relationships. "covs" will also include covariances, while "all will also include error variances.
pass a gr_viz model generated from create_grviz
to create plot from that directly
a named list of graphviz graph attributes
a named list of graphviz node attributes
a named list of graphviz edge attributes
Should the coefficients being used be standardized coefficients
Additional arguments to be passed to create_grviz for creating edges