Skip to content

Developing R package for AGEPRO (Age Structure Projection Model) with Prototype JSON data format.

License

Notifications You must be signed in to change notification settings

nmfs-ost/ageproR

Repository files navigation

ageproR

ageproR is a developing R-package designed to handle input data to and from AGEPRO (Age Structured Projection Model) calculation engine.

Note

ageproR is still in development. These features will be implemented in future updates.

  • Predictor Recruitment Models
  • Fixed Recruitment Model
  • Empirical Cumulative Distribution Factor for w/ Linear Decline to Zero
  • Markov Matrix Recruitment Model
  • Run AGEPRO models with the AGEPRO calculation engine within R.
  • Exported AGEPRO output R data objects.

Importing Stock Synthesis report data as AGEPRO input data is being developed as a separate R-package: ss3agepro

Installation

You can install the development version of ageproR from NOAA Fisheries OST Repository with:

# via `pak`
install.packages("pak")
pak::pkg_install("nmfs-ost/ageproR")

# alternative method
install.packages("remotes")
remotes::install_github("nmfs-ost/ageproR")

AGEPRO input file format

ageproR is compatible with the AGEPRO input file formats AGEPRO VERSION 4.0 & AGEPRO VERSION 4.25. By default, ageproR saves to the AGEPRO VERSION 4.0 Input File Format.

Please refer to the AGEPRO Reference Manual for more technical details.

Hawaiian Uku Projection base example

TODO


Disclaimer

“This repository is a scientific product and is not official communication of the National Oceanic and Atmospheric Administration, or the United States Department of Commerce. All NOAA GitHub project code is provided on an ‘as is’ basis and the user assumes responsibility for its use. Any claims against the Department of Commerce or Department of Commerce bureaus stemming from the use of this GitHub project will be governed by all applicable Federal law. Any reference to specific commercial products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply their endorsement, recommendation or favoring by the Department of Commerce. The Department of Commerce seal and logo, or the seal and logo of a DOC bureau, shall not be used in any manner to imply endorsement of any commercial product or activity by DOC or the United States Government.”


NOAA Fisheries

U.S. Department of Commerce | National Oceanographic and Atmospheric Administration | NOAA Fisheries

About

Developing R package for AGEPRO (Age Structure Projection Model) with Prototype JSON data format.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages