Make SEM Diagram
make_SEM_diagram(
emc,
plot_values = TRUE,
cred_only = FALSE,
par_names = NULL,
cut = NULL,
...
)Invisibly returns a DiagrammeR graph object
an emc object
whether to plot the values or just the nodes/edges
whether to only plot credible values
optional, if specified will overwrite the parameter names with user-defined names
optional. A numeric value factor loadings smaller than this value will be omitted.
optional additional arguments passed to render_graph from DiagrammeR