tauc {CNPBayes}R Documentation

Retrieve overall standard deviation at each iteration of the MCMC.

Description

Retrieve overall standard deviation at each iteration of the MCMC.

Usage

tauc(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

     tauc(SingleBatchModelExample)

[Package CNPBayes version 1.13.5 Index]