Usage
siarsolomcmcv4(data, sources, corrections = 0, concdep = 0, iterations=200000, burnin=50000, howmany=10000, thinby=15, prior = rep(1, nrow(sources)), siardata=list(SHOULDRUN=FALSE))
Arguments
data
A matrix with each food source as a seperate row and each isotope as a seperate column.
sources
A matrix containing the mean and standard deviations of the fractionated correction
values for each of the isotopes. Also allows corrections = 0 for pre-corrected data.
corrections
A matrix containing the mean and standard deviations of the fractional correction
values for each of the isotopes. Also allows corrections = 0 for pre-corrected data.
concdep
A matrix containing the mean and standard deviations of the concentration dependence
values for each of the isotopes. Also allows concdep = 0 for data with no required concentration dependence. Note that
version 4.0 does not use the standard deviations.
iterations
The number of iterations to run.
burnin
The size of the burnin
howmany
How often to report the number of iterations.
thinby
The amount of thinning of the iterations.
prior
The dirichlet distribution prior parameters, the default is rep(1,numsources). New parameters
can be estimated via the function siarelicit
. siardata
A list containing some or all of the following parts: targets, sources, corrections,
PATH, TITLE, numgroups, numdata, numsources, numiso, SHOULDRUN, GRAPHSONLY, EXIT, and output. For more details
of these inputs see the siarmenu
function.