R/bsm-package.R

##' Bayesian Selectivity Modelling of Fisheries Trawl Data
##'
##' This package allows users to easily fit Bayesian models to fisheries trawl data. It implements
##' its own data structure, plot methods, and various other methods to make it as user-friendly as
##' possible by using functions users know (eg. \code{plot}). 
##' 
##' @references My MSc thesis.
##' @author Tom Elliott
##' @docType package
##' @name BSM-Package
##' @import R2jags
##' @importFrom coda as.mcmc
NULL
tmelliott/bsm documentation built on May 31, 2019, 4:38 p.m.