plot_compare: Plot the difference network between two models
Description
Plots the difference network between model x and model y. The edges are
computed from subtracting the two models. The pie chart is the difference in
initial probabilities between model x and model y. Green color indicates
that xis greater than yand red indicates otherwise.
Usage
plot_compare(x, ...)
# S3 method for tna
plot_compare(x, y, theme = NULL, palette = "colorblind", ...)
Value
A qgraph object displaying the difference network between the
two models.
Arguments
x
A tna object. It will be the principal model.
...
Additional arguments passed to qgraph::qgraph().
y
A tna object. It will be the model subtracted from the
principal model.