Plots lavaan path model with DiagrammeR
lavaanPlot(name = "plot", model, labels = NULL,
graph_options = list(overlap = "true", fontsize = "10"),
node_options = list(shape = "box"), edge_options = list(color = "black"),
coefs = FALSE, sig = 0.05, stand = TRUE)
A string of the name of the plot.
A model fit object of class lavaan.
An optional named list of variable labels fit object of class lavaan.
A named list of graph options for Diagrammer syntax, default provided.
A named list of node options for Diagrammer syntax, default provided.
A named list of edge options for Diagrammer syntax., default provided.
whether or not to include significant path coefficient values in diagram
significance level for determining what significant paths are
Should the coefficients being used be standardized coefficients
A Diagrammer plot of the path diagram for model