Skip to content

selfisher - modeling the SELectivity of FISHERies gear in R

Notifications You must be signed in to change notification settings

mebrooks/selfisher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

selfisher

selfisher is an R package for estimating the selectivity of fisheries gear, built using code from glmmTMB, which is built on Template Model Builder, which is in turn built on CppAD and Eigen. It has been compared to other software used for the same analyses. Fixed and random effects models can be specified for the selectivity and relative fishing power components of the model. Possible links for the selectivity model include logit (i.e. logistic), probit (i.e. normal probability ogive), complimentary log-log (i.e. negative extreme value), log-log (i.e. extreme value/Gompertz), and Richards.

Installation

You can install selfisher via

remotes::install_github("mebrooks/selfisher/selfisher", build_vignette = TRUE)

If you haven't done so before, you may need to install other dependicies first. On Windows, get Rtools from here and during installation, be sure to check the box for "add Rtools to path". On a Mac, you may need other tools from here. You'll need to have development tools (compilers etc.) installed; this might help devtools::dr_devtools(). You may also need to install other packages that are used in the vignettes and examples

install.packages(c("knitr", "rmarkdown", "ggplot2", "bbmle", "plyr"))
install.packages('TMB', type = 'source')

If you get a warning saying In checkMatrixPackageVersion() : Package version inconsistency detected., then you may need to first install TMB from source using the command install.packages('TMB', type = 'source'), then reinstall selfisher. Installing the source version will ensure that you get the very latest version of the package; since the package is in rapid development, that's a good idea.

R-CMD-check

About

selfisher - modeling the SELectivity of FISHERies gear in R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages