subset.geomcmc {geoBayes}R Documentation

Subset MCMC chain

Description

Return subset of MCMC chain.

Usage

## S3 method for class 'geomcmc'
subset(x, subset, ...)

Arguments

x

Output from the functions mcsglmm or mcstrga.

subset

Logical or integer vector.

...

Further arguments to be passed to or from other methods.

Value

A similar object as x with the subsetted chain.


[Package geoBayes version 0.7.3 Index]