muc {CNPBayes}R Documentation

Retrieve overall mean at each iteration of the MCMC.

Description

Retrieve overall mean at each iteration of the MCMC.

Usage

muc(object)

Arguments

object

an object of class MarginalModel or BatchModel

Value

A vector of length N or matrix of size N x B, where N is the number of observations and B is the number of unique batches.

Examples

     head(muc(SingleBatchModelExample))

[Package CNPBayes version 1.13.5 Index]