edge_density_plot {sbfc}R Documentation

Plots the density of edges in a given group over the MCMC iterations

Description

Plots the edge density for the given group for a range of the MCMC iterations (indicated by start and end).

Usage

edge_density_plot(sbfc_result, group, start = 0, end = 1)

Arguments

sbfc_result

An object of class sbfc.

group

Which group (0 or 1) to plot edge density for.

start

The start of the included range of MCMC iterations (default=0, i.e. starting with the first iteration).

end

The end of the included range of MCMC iterations (default=1, i.e. ending with the last iteration).


[Package sbfc version 1.0.3 Index]