as.bugs.mcts {Umacs}R Documentation

Coerce an ‘mcts’ object to a ‘bugs’ object

Description

Coerce an mcts object (esp. those made with Umacs samplers) to an rv object (those compatible with the package `rv')

Usage

## S3 method for class 'mcts':
as.bugs(x)
as.bugs.mcts(x)

Arguments

x An mcts object to coerce

Details

Class `bugs' is a simulation-based random variable class. The simulations stored inside obj will be copied into the components of an `rv' object.

Value

An object of class rv.

Note

Requires package `rv'.

Author(s)

Jouni Kerman <jouni@kerman.com>

References

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

See Also

Package R2WinBUGS.


[Package Umacs version 0.924 Index]