noaa-afsc / afscOSA

One-step ahead (OSA) residuals for age and length compositions fit in stock assessment models.
0 stars 0 forks source link

add "fleet" argument here #3

Open mkapur-noaa opened 1 month ago

mkapur-noaa commented 1 month ago

https://github.com/noaa-afsc/afscOSA/blob/b81908dfc14a6e93a48984427695c2de3bbdb952/inst/examples/goapk.R#L35

throws an error because no default for fleet - suggest to fix it so folks can have a seamless experience with this example while trying to debug their own inputs :) out1 <- run_osa(obs = myobs, exp = myexp, N = myN, index = ages, **fleet = myfleet**, years = yrs, index_label = 'Age')