R/read.bugs.R

Defines functions read.bugs

Documented in read.bugs

read.bugs <- function(codafiles, ...){
    mcmc.list(lapply(codafiles, read.coda, 
                     index.file = file.path(dirname(codafiles[1]), "CODAindex.txt"), 
                     ...))
}

Try the R2OpenBUGS package in your browser

Any scripts or data that you put into this service are public.

R2OpenBUGS documentation built on April 3, 2020, 1:08 a.m.