mergeMD {eiPack}R Documentation

Combine output from multiple eiMD objects

Description

Allows users to combine output from several chains output by ei.MD.bayes

Usage

mergeMD(list, discard = 0) 

Arguments

list

A list containing the names of multiple eiMD objects generated from the same model.

discard

The number of draws to discard from the beginning of each chain. Default is to retain all draws.

Value

Returns an eiMD object of the same format as the input.

Author(s)

Michael Kellermann <mrkellermann@gmail.com>

References

Martyn Plummer, Nicky Best, Kate Cowles, and Karen Vines. 2002. Output Analysis and Diagnostics for MCMC (CODA). https://CRAN.R-project.org/package=coda.

Ori Rosen, Wenxin Jiang, Gary King, and Martin A. Tanner. 2001. “Bayesian and Frequentist Inference for Ecological Inference: The R \times C Case.” Statistica Neerlandica 55: 134-156.

See Also

ei.MD.bayes


[Package eiPack version 0.2-2 Index]