[,McmcChains,ANY,ANY,ANY-method {CNPBayes}R Documentation

extract estimated parameters at particular iteration of simulation.

Description

extract estimated parameters at particular iteration of simulation.

extract data, latent variable, and batch for given observation

Usage

## S4 method for signature 'McmcChains,ANY,ANY,ANY'
x[i, j, ..., drop = FALSE]

## S4 method for signature 'MultiBatchModel,ANY,ANY,ANY'
x[i, j, ..., drop = FALSE]

Arguments

x

An object of class MultiBatchModel, McmcChains, or McmcParams

i

An element of the instance to be extracted.

j

Not used.

...

Not used.

drop

Not used.

Value

An object of class 'McmcChains'

An object of class 'MultiBatchModel'


[Package CNPBayes version 1.12.0 Index]