View source: R/factor_analysis.R
| make_SEM_diagram | R Documentation |
Make SEM Diagram
make_SEM_diagram(
emc,
plot_values = TRUE,
cred_only = FALSE,
par_names = NULL,
cut = NULL,
...
)
emc |
an emc object |
plot_values |
whether to plot the values or just the nodes/edges |
cred_only |
whether to only plot credible values |
par_names |
optional, if specified will overwrite the parameter names with user-defined names |
cut |
optional. A numeric value factor loadings smaller than this value will be omitted. |
... |
optional additional arguments passed to render_graph from DiagrammeR |
Invisibly returns a DiagrammeR graph object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.