pic {CNPBayes}R Documentation

Retrieve mixture proportions at each iteration of the MCMC.

Description

Retrieve mixture proportions at each iteration of the MCMC.

Usage

pic(object)

Arguments

object

an object of class MarginalModel or BatchModel

Value

A matrix of size MCMC iterations x Number of components

Examples

     head(pic(MultiBatchModelExample))

[Package CNPBayes version 1.13.5 Index]