glmmAK.files2coda {glmmAK} | R Documentation |
It takes the values sampled by cumlogitRE
or
logpoissonRE
and stored in *.sim files and converts them
into coda mcmc
objects.
glmmAK.files2coda(dir, drandom=c("none", "normal", "gspline"), quiet=FALSE, skip=0, params=list(prob=FALSE, ecount=FALSE, b=FALSE, alloc=FALSE))
dir |
character specifying a directory with sampled values |
drandom |
string specifying the distribution of random effects
used in the original cumlogitRE or
logpoissonRE call |
quiet |
logical, passed to scan function |
skip |
number of MCMC iterations that should be skipped at the beginning of the chain |
params |
a list of logical values specifying which of the optional sampled parameters should be read |
A list of coda mcmc
objects.
Arnošt Komárek arnost.komarek[AT]mff.cuni.cz
mcmc
.