age_error: aging error analysis

View source: R/age_error.R

age_errorR Documentation

aging error analysis

Description

aging error analysis

Usage

age_error(
  year,
  admb_home = NULL,
  rec_age = 2,
  plus_age = 45,
  max_age = 100,
  save = TRUE
)

Arguments

year

= year of the assessment

admb_home

= location admb exists on your computer - if is "c:/admb" can leave NULL

rec_age

= recruitment age

plus_age

= max age for modeling

max_age

= max age for age error analysis - default = 100

save

= deafult is TRUE

read_tester

= looks for a file in the user_input folder, e.g., :"reader_tester.csv"

Examples

ageage(year = 2020, admb_home = NULL, area = "GOA", rec_age = 2, plus_age = 45, max_age = 100)


ben-williams/ageage documentation built on June 15, 2022, 10:49 p.m.