mcts {Umacs}R Documentation

mcts Objects

Description

A wrapper for new('mcts', ...)

Usage

mcts(chains, n.burnin = 0, n.chains = numeric(0), n.iter = numeric(0), n.sims = n.iter, col.names = character(0), save.all = TRUE)
## S3 method for class 'mcts':
print(x, ...)
## S3 method for class 'mcts':
summary(object, ...)
## S3 method for class 'mcts':
as.matrix(x, ...)

Arguments

chains
n.burnin
n.chains
n.iter
n.sims
col.names
save.all
x mcts object
object mcts object
... Other arguments

Value

An object of the class mcts (mcts-class).

Author(s)

Jouni Kerman <jouni@kerman.com>

References

Kerman, Jouni. Umacs: A Universal Markov Chain Sampler. Technical report, Columbia University, New York.

See Also

Umacs-package for an overview of the Umacs package.

Sampler for how to create a sampler function; see the vignette for details.

Package `rv'.


[Package Umacs version 0.924 Index]