Survey Data #7
Replies: 9 comments 20 replies
-
@shipmadison @AndreaNOdell If not already done, would be great if everyone could compile their survey analyses into a RMarkdown file with some comments for review at tomorrows meeting. |
Beta Was this translation helpful? Give feedback.
-
Interesting little thing I found today: the scales of the design-based indices being generated by the For example, the design-based indices for 2023 from the NWFSCSlope survey are 6,700 - 9,266 (unit not precisely known (metric tons?)), but the indices that were reported in 2013 were on the scale of 30,000. The 2013 assessment document doesn't state what unit those indices are in, but I think that is something important to note and probably ask about. There are some mild trend deviations between the design-based indices and those reported in 2013, but I believe that is all due to the 2013 indices being calculated by a delta-GLMM. |
Beta Was this translation helpful? Give feedback.
-
Another kind of weird tidbit I found, I had been assuming that the AFSC triennial surveys were divided into Triennial1 and Triennial2 based on year, but it turns out that they are divided by depth. So the Triennial1 survey covers all depths 55-350m (which equates to a timeseries running from 1980-2004), while the Triennial2 survey covers all depths from 350-500m (which equates to a timeseries running from 1995-2004), with the years 1995-2004 having indices for both surveys. This is definitely something we should investigate. I found a reference online that the 2013 SST assessment was the first one to do this type of divide. The same link states that theres ongoing discussion as to whether the Triennial NEEDS to be split at all. This might be something we want to run sensitivities too. |
Beta Was this translation helpful? Give feedback.
-
@Ovec8hkin both of these issues are documented in the google doc notes in the fleet/survey table. For AFSCslope, 1988-1996 data exist, but they have low spatial resolution and were removed (if you look at some of the exploratory plots you can see how sparse the data are). For the Triennial split, they did not sample >366 prior to 1995, hence the split in depths. This is logical for a deep-dwelling species with ontogenetic migration to the slope, though frankly 500 m is still shallow for thornyheads. The link you found documenting some of the data quirks is really interesting! Thanks for sharing. Sadly none of these survey indices have much contrast... in my experience this results in a trendless biomass trajectory, large uncertainty in q, and an overreliance on the most recent survey estimate. An alternative to doing rounds of individual data sensitivities is exploring the relative influence of each data set to the model result. This can be achieved by iteratively adding indices (there's a nice example of this in the 2022 GOA pollock assessment presentation, see slide 18) or through a leave-on-out type of analysis (in the vein of the 2021 GOA Pacific cod assessment presentaiton, see slides 23-25. These types of diagnostics can tell us which data sets are most informative and potentially for which years. |
Beta Was this translation helpful? Give feedback.
-
@shipmadison @AndreaNOdell @JaneSullivan-NOAA I updated the |
Beta Was this translation helpful? Give feedback.
-
I thought more about our discussion of making nice plots to display the strata boundaries and realized this is a way to simplify the plots and not need shape files. We could just use the west coast map that is used for plotting the geographic distribution of CPUE and then add horizontal lines where the latitudinal strata breaks occur. That wouldn't require a shape file at all. Any takers on wanting to try this out? Alternatively (and I would have to check this), we might be able to get nice shape files for the west coast directly from some R package (ie. |
Beta Was this translation helpful? Give feedback.
-
There are some unexplained differences between the 2013 DB, 2023 DB, and 2023 MB indices for the AFSC and NWFSC slope surveys that should probably be resolved. We've previously discussed the differences between the 2013 and 2023 DB indices for these surveys - 2023 DB indices provide much larger estimates for the AFSC and NWFSC surveys compared to 2013 (see below). Now, when compared with the 2023 MB indices, the 2023 AFSC MB indices align more closely with the 2013 AFSC DB indices. However, the 2023 NWFSC MB indices fall somewhere between the 2013 and 2023 DB indices. Need to determine if there is an error in calculating the DBI for the AFSC and NWFSC slope surveys. |
Beta Was this translation helpful? Give feedback.
-
I agree with the approach of conducting a sensitivity to leaving them out
and seeing if they are providing any additional information to the
assessment. Being modelers, and since we want to understand what is going
on, we sometimes spend too much time on things like this during
assessments, when they could simply be dropped or left as is, with further
explorations done when we are not under the time crunch of an assessment.
…On Tue, Mar 21, 2023 at 1:05 PM Joshua Zahner ***@***.***> wrote:
Alternatively, since its only the two Slope surveys that display this
issue, and since those survey timeseries are both short and temporally
overlap the Triennial survey, we could explore not using them at all as a
sensitivity.
—
Reply to this email directly, view it on GitHub
<#7 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACWUU7RIGBKM7IBF5FYFZPTW5ICZRANCNFSM6AAAAAAUQWJRQI>
.
You are receiving this because you are subscribed to this thread.Message
ID:
<JaneSullivan-NOAA/shortspine_thornyhead_2023/repo-discussions/7/comments/5385522
@github.com>
--
*Owen S. Hamel, Ph.D. (he/him)*
*Supervisory Research Fish Biologist*
*Northwest Fisheries Science Center*
*(206) 697-3102 (C)*
|
Beta Was this translation helpful? Give feedback.
-
Re: data analyses write up I am trying to recreate some of the information from the 2013 assessment report but am having trouble with it. Specifically, I want to calculate the SST frequency of occurrence in tows to update this specific line
My code to calculate this is on github in R > survey > SST_surveys_2023.R at the very bottom in the combo survey section. Essentially I am grouping by tows, summing the total number of rows and the number of rows with SST information, The way I have it calculated currently says that 100% of the tows include at least one SST in the tow, which doesn't align with the sentence above. I've tried grouping by the tow column, year x tow, year x vessel x pass x tow, and trawl_id to no avail. I also tried shallower and deeper than 500m in case I was misinterpreting "below" but that also yielded the same result. Can I get a second pair of eyes on this? The issue could be in how I'm grouping "tows". |
Beta Was this translation helpful? Give feedback.
-
Hi Survey Data Team!
Starting a thread for discussion here.
@AndreaNOdell @Ovec8hkin
Beta Was this translation helpful? Give feedback.
All reactions