Plot from a fitted dsem
model
# S3 method for dsem
plot(
x,
y,
edge_label = c("name", "value", "value_and_stars"),
digits = 2,
style = c("igraph", "ggraph"),
...
)
Invisibly returns the output from graph_from_data_frame
which was passed to plot.igraph
for plotting.
Output from dsem
Not used
Whether to plot parameter names, estimated values, or estimated values along with stars indicating significance at 0.05, 0.01, or 0.001 levels (based on two-sided Wald tests)
integer indicating the number of decimal places to be used
Whether to make a graph using igraph
or ggraph
arguments passed to plot.igraph
This function coerces output from a graph and then plots the graph.