traces-methods: Method to plot Gibbs sampling traces

tracesR Documentation

Method to plot Gibbs sampling traces

Description

Method to plot Gibbs sampling traces

Usage

traces(object, burnin = TRUE, index = 1)

## S4 method for signature 'Bacon'
traces(object, burnin = TRUE, index = 1)

Arguments

object

'bacon'-object

burnin

include burnin period default true

index

if multiple sets of test-statsistics where provided

Value

plot of the Gibbs Sampler traces

See Also

bacon

Examples

y <- rnormmix(2000, c(0.9, 0, 1, 0, 4, 1))
##nbins = 100 to speed up the calculations
bc <- bacon(y, nbins=100)
traces(bc)

mvaniterson/bacon documentation built on April 19, 2024, 5:32 p.m.