Reads in mcmc file from program MARK in binary and returns an mcmc object that can be used with coda functions which are most easily accessed via codamenu().
create.mark.mcmc(
filename,
ncovs,
nmeans,
ndesigns,
nsigmas,
nrhos,
nlogit,
include = F
)
An mcmc object if one chain and an mcmc list if more than one chain. Each can be used with the coda package
name of file containing mcmc values
number of covariates
number of means
number of designs
number of sigmas
number of rhos
number of logits
if TRUE it includes ir/propJumps fields
Jeff Laake