View source: R/create.mark.mcmc.R
create.mark.mcmc | R Documentation |
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 )
filename |
name of file containing mcmc values |
ncovs |
number of covariates |
nmeans |
number of means |
ndesigns |
number of designs |
nsigmas |
number of sigmas |
nrhos |
number of rhos |
nlogit |
number of logits |
include |
if TRUE it includes ir/propJumps fields |
An mcmc object if one chain and an mcmc list if more than one chain. Each can be used with the coda package
Jeff Laake
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.