Skip to content

Johnme24/simmr

 
 

Repository files navigation

cran version rstudio mirror downloads rstudio mirror downloads Codecov test coverage R build status

Welcome to simmr!

simmr is a Bayesian stable isotope mixing model implemented in R which also uses JAGS. It is intended as a replacement to the SIAR package.

If you want the official stable version of the package from CRAN then go to R and type:

install.packages('simmr')

You can then load the package and view either the quick start or the full user manuals with:

library(simmr)
vignette("simmr")
vignette("quick_start")

Alternatively you can install the latest development version of the package in R with the commands:

if(!require(remotes)) install.packages('remotes')
remotes::install_github('andrewcparnell/simmr')

You can then load the package with

library(simmr)

... and look at the user manuals via:

vignette('simmr')
vignette('quick_start')

About

A stable isotope mixing model in R

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 100.0%