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

Incorporating other group size calibration approaches #12

Open
amandalbradford opened this issue Mar 29, 2024 · 1 comment
Open

Incorporating other group size calibration approaches #12

amandalbradford opened this issue Mar 29, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@amandalbradford
Copy link
Contributor

amandalbradford commented Mar 29, 2024

From JB on 3/11/24:

"Tim Gerrodette has published a 2019 paper on group size calibration using different analysis methods. He no longer bases the calibration on the high and low estimates of group size (only the Best). This is good, I think, because the spread between high and low is different for calibration schools than for typical schools, because more time is spent doing calibration estimates and observers get better looks at them. Also, observer effects are treated an a random variable and the published coefficients include species effects but not individual effects. Also, group sizes of 25 or less appear to be unbiased, but the bias depends on group size (getting larger for larger group sizes).

In my current analysis of ETP data, I'm using a very simple group size calibration approach that ignores species differences:
####create new variables for bias-corrected group size estimates for groups of 25 or greater
sightings$BC_ss_tot= exp((log(sightings$ss_tot)-0.63)/0.796)
sightings$BC_ss_tot[sightings$ss_tot < 25]= sightings$ss_tot[sightings$ss_tot < 25] #no bias correction <25 groups
sightings$BC_lnsstot= log(sightings$BC_ss_tot)
sightings$BC_best= sightings$BC_ss_tot * sightings$ss_percent

As you can see, I keep the original estimates and create new bias-corrected estimates as new variables (so that I can easily use or not use the BC estimates at a later stage of analysis)."

There may also be new drone-based calibration datasets available in coming years. Should we update the group size calibration approach in LTabundR?

@amandalbradford
Copy link
Contributor Author

amandalbradford commented Mar 30, 2024

More insight from JB: Gerrodette et al. "treat observer ID as a random variable and present only the coefficients for the "average" observer. I think this may be the way to go, especially as we have fewer and fewer of the individually calibrated observers. Due to the configuration of the models used, they saw a much larger difference in bias for small and large schools than did prior analyses."

@ericmkeen ericmkeen added the enhancement New feature or request label Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants