rct3 provides functions to run and summarise a calibrated regression to predict recruitment using the method decribed by Shepherd and implmented in RCT3 dos program Ver3.1
rct3 is implemented as an R package and available to install from this repository
rct3 can be installed from this repository using the install_github
command from
the devtools
package:
devtools::install_github("ices-tools-prod/rct3")
For a summary of the package:
library(rct3)
?rct3
ICES Transparent Assessment Framework: http://taf.ices.dk
rct3 is developed openly on GitHub.
Feel free to open an issue there if you encounter problems or have suggestions for future versions.
The current development version can be installed using:
library(devtools)
install_github("ices-tools-dev/rct3")
This code was modified from a older version help on code.google.com: https://code.google.com/archive/p/cpm-tools/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.