Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

archive length comp data #2

Open
BenWilliams-NOAA opened this issue Jun 16, 2023 · 0 comments
Open

archive length comp data #2

BenWilliams-NOAA opened this issue Jun 16, 2023 · 0 comments

Comments

@BenWilliams-NOAA
Copy link
Collaborator

BenWilliams-NOAA commented Jun 16, 2023

fish_len_years<- c(1963, 1964, 1965, 1966, 1967, 1968 ,1969 ,1970, 1971,

@mkapur-noaa the archive data gets pulled into the data/user_input folder - it is stored in the Rpackage

The raw numbers are available as such:

vroom::vroom(here::here(year,"data", "user_input", "goa_pop_fixed_fish_length_comp.csv")) %>% 
  tidyr::pivot_wider(names_from = Length, values_from = value) %>% 
  dplyr::mutate(month=7, fleet=2, sex=1, part=0) %>% 
  dplyr::relocate(yr=year, month, fleet, sex, part, Nsamp=hauls_sampled) %>% 
  vroom::vroom_write(here::here(year, "data", "for_ss", paste0(Sys.Date(), "-fishery_lengths.csv")), ",")

* Note I haven't estimated the proportions here
mkapur-noaa added a commit that referenced this issue Sep 29, 2023
Clarified with Pete: this was just explaining the rationale for how/why we set up the Author's F scenario (#2). It is not distinct from the 7 scenarios though the wording makes it sound like we built an 8th to deal with recruitment/uncertainty. Deleting for concision.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant