Calibrate trophic transfer model
calibrate_trophic.RdFits a Bayesian trophic transfer model using Stan. This model calibrates relationships across multiple trophic compartments.
Arguments
- data
A named list containing the data formatted for the Stan model. Required elements are:
Np,Nw,Nh,Ni,M,yp,xp,yw,xw,yh,xh,yi,xi, andx_sim.- ...
Additional arguments passed to
sampling(e.g.,iter,chains,cores,control).