brianstock / MixSIAR

A framework for Bayesian mixing models in R:
http://brianstock.github.io/MixSIAR/
87 stars 74 forks source link

Request for introduction of MixSIAR model theory including model fuctions #34

Open mymyabc5186 opened 9 years ago

mymyabc5186 commented 9 years ago

I did not find the introduction of model theory including model functions in the MixSIAR GUI User Manual. Could you send me a paper or a brief introduction?

Thanks again!

AndrewLJackson commented 9 years ago

you are joking me right? All the papers with all the maths is listed here.. on the front page of this repo! https://github.com/brianstock/MixSIAR

brianstock commented 9 years ago

I agree that the User Manual is not as clear as it could be. I'm planning on giving it an update, and when I do I'll more explicitly spell out (in math) how the different options create different mixing models.

For now: The MixSIAR code can fit the same models as MixSIR and SIAR, but adds some additional features, particularly the GUI and the use of covariates, as:

Other modifications to the plain vanilla MixSIR/SIAR models:

The implementation of covariates in MixSIAR is a linear model in ILR space, as in case study 2 of the 2013 Parnell et al. Environmetrics paper.

brianstock commented 9 years ago

Additionally, if you are ever unsure exactly what equations are being used, you can look at the "mixsiar_model.txt" file that is created when you run a model. That is the model passed to JAGS.