Point count data analysis workshop 2025
2025-11-12
git clone https://github.com/psolymos/point-count-data-analysis.gitA basic understanding of statistical, mathematical and physical concepts. Specifically, generalised linear regression models, including mixed models; basic knowledge of calculus.
Familiarity with R, ability to import/export data, manipulate data frames, fit basic statistical models (up to GLM) and generate simple exploratory and diagnostic plots.
See Day 0 on GitHub: links to free resources.
Install required packages with the install.R script:
source(paste0("https://raw.githubusercontent.com/",
"psolymos/point-count-data-analysis/refs/heads/main/day-00/install.R"))See Day 0 on GitHub.
Review of field sampling techniques
“A comparison of apples and oranges occurs when two items or groups of items are compared that cannot be practically compared.” [Wikipedia]
How we measure things can have big impact on our results.
Effort:
Experience, skill etc.:
The goal is to make our measurements comparable.
10-min unlimited count ~300% increase over 3-min 50-m count. Average across 54 species of boreal songbirds1.
Species and location
Movement and sex
Distance and time intervals
Responding to:
Attraction, avoidance, change in frequency of signalling.
Have a set of standards/recommendations that people will follow to
But programs started to deviate from standards:
“For example, only 3% of 196,000 point counts conducted during the period 1992–2011 across Alaska and Canada followed the standards recommended for the count period and count radius.”1
Survey methodology variation (colors) among contributed projects in the Boreal Avian Modelling (BAM) data base as of 20141.
Less labor intensive methods for unmarked populations have come to the forefront:
Although assumptions are everywhere, we are really good at ignoring them:
Assumptions are violated in many ways, because we seek simplicity
The main question we have to ask: does it matter in practice?
It is guaranteed that we violate every assumption we make.
To get away with it, we need to understand how much is too much.
“All assumptions are violated, but some are more than others.”–Me
Tidy workflow
Source: r4ds
Tidy time tracking
Letters proportional to time spent
It is often called:
None of these expressions capture the dread associated with the actual activity.
“All data are messy, but some are missing.”
If you are the first person to ever look at the data, hope for the best, expect the worst.
If no one looked, no one found the problems yet.
Luckily, there are only 4 things that can get messed up:
Check out source code if you are interested in data processing, we skip that for now to concentrate on the fun part.
Cause-Effect Monitoring Migratory Landbirds at Regional Scales12: understand how boreal songbirds are affected by human activity in the oil sands area.
Mahon et al.
Survey area boundary (\(r\)=2.5 km circle), habitat type and human footprint mapping, and clustered point count site locations.
Review of field sampling techniques (Continued)