Skip to content

Commit

Permalink
partial work: new r4ss names
Browse files Browse the repository at this point in the history
  • Loading branch information
k-doering-NOAA committed Aug 5, 2024
1 parent 1f12b27 commit 2389804
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Imports:
ggplot2,
magrittr,
parallel,
r4ss,
r4ss (>= 1.50.0),
ss3sim,
stats,
tidyr,
Expand Down
14 changes: 7 additions & 7 deletions R/sample_struct.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ convert_to_r4ss_names <- function(sample_struct,
rep("MeanSize_at_Age_obs", 7)
),
r4ss_name = c(
"year", "seas", "fleet", "catch_se",
"year", "seas", "index", "se_log",
"Yr", "Seas", "FltSvy", "Gender", "Part", "Nsamp",
"Yr", "Seas", "FltSvy", "Gender", "Part", "Ageerr", "Lbin_lo",
"Lbin_hi", "Nsamp",
"year", "seas", "fleet", "catch_se", # catch
"year", "month", "index", "se_log", # cpue
"year", "month", "fleet", "sex", "part", "Nsamp", #lencomp
"year", "month", "fleet", "sex", "part", "ageerr", "Lbin_lo",
"Lbin_hi", "Nsamp", #agecomp
# mean size
"Year", "Seas", "Fleet", "Partition", "Type", "Std_in",
"year", "month", "fleet", "part", "type", "stderr",
# generalized size comp
# meansize at age - note sample sizes are for each bin and sex, but
# currently SSMSE only allows repeating the same sample sizes.
"Yr", "Seas", "FltSvy", "Gender", "Part", "AgeErr", "N_"
"year", "month", "fleet", "sex", "part", "ageerr", "N_"
# Tags releases
# "Area", "Yr", "Season", "Gender", "Age", "Nrelease",
# Morph comp
Expand Down

0 comments on commit 2389804

Please sign in to comment.