Generic function for performing Bayesian analysis on models using Stan or JAGS, or maximum likelihood analysis using TMB.
For more useful documentation, see the specific methods:
analyse.mb_model()
for single model analysis (Stan/JAGS). This is the most commonly used method.analyse.mb_models()
for multiple model analysis (Stan/JAGS).analyse.character()
for character model analysis (Stan/JAGS). This allows you to skip the model creation step.