signal_size_plot {sbfc} | R Documentation |
Trace plot of Group 1 size
Description
Plots the Group 1 size for a range of the MCMC iterations (indicated by start
and end
).
Usage
signal_size_plot(sbfc_result, start = 0, end = 1, samples = F)
Arguments
sbfc_result |
An object of class |
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). |
samples |
Calculate signal group size based on sampled MCMC graphs after burn-in and thinning, rather than graphs from all iterations (default=FALSE). |
[Package sbfc version 1.0.3 Index]