plot.estnet_bayes: Plot the estimated network

Description Usage Arguments See Also

View source: R/ludwig_functions.R

Description

This function plots the estimated network. Basically, it is just a simple wrapper around qgraph, so all of qgraph's functionality should be available.

Usage

1
2
## S3 method for class 'estnet_bayes'
plot(x, z_crit = 0, ...)

Arguments

x

an object of class estnet_bayes

z_crit

a threshold in terms of posterior mean divided by posterior sd. For instance, setting the threshold to 2 removes all edges for which the absolute qoutient of posterior mean and posterior sd is smaller than 2. The value is similar to a critical z-value. This is useful for removing edges with small parameter values.

...

other arguments passed over to qgraph

See Also

qgraph


ghosoya/ludwig documentation built on Sept. 20, 2020, 3:48 p.m.