plot.summary_MCMCchain: Plot average adjacency from MCMC output

View source: R/mcmc_out.R

plot.summary_MCMCchainR Documentation

Plot average adjacency from MCMC output

Description

Plot average adjacency from MCMC output

Usage

## S3 method for class 'summary_MCMCchain'
plot(x, p_thresh = 0.5, ...)

Arguments

x

object of class summary.MCMCchain

p_thresh

threshold for plotting an edge (default is 0.5)

...

other arguments

Details

This plots an undirected and directed summary of the output. The method will only plot an edge if it appears in at least a proportion p_thresh of the samples. Consequently, an undirected edge may appear but no corresponding directed edge.


rje42/DAGtools documentation built on June 6, 2024, 3:13 a.m.