Science Journaling Club Founded 2024

INTERACTIVE COMPANION · META-ANALYSIS · ECOLOGY

The Pooling Bench

A live model accompanying “The Insect Decline Literature Disagrees With Itself”

Read the full article

Two benches. The first lets you throw studies out of a meta-analysis by clicking them, and watch the pooled estimate, its interval and the heterogeneity statistic move while you do it. The second lets you manufacture an insect decline out of a world where nothing is declining, by choosing monitoring sites the way real monitoring programmes were chosen.

Everything here matches the article's Python line for line, including the random number generator, so the defaults print the article's numbers exactly rather than approximately.

Bench 1. Eleven studies, one pooled number

Each row is a published estimate of the annual rate of change in total insect abundance or biomass, with the standard error the source paper printed. The diamond at the bottom is the DerSimonian-Laird random-effects pool. Click any row to drop it from the pool or put it back.

The quantity to watch is not the diamond. It is \(I^2\), the share of the spread between studies that sampling error cannot explain. Convention calls anything above 75 percent considerable. Try to get it below 85 by removing studies you dislike, and notice how much of the drawer you have to empty.

in pool: pooled: interval: I²: τ: Q:

What the weights are doing

Under a fixed-effect model the weight of study \(i\) is \(1/\mathrm{SE}_i^2\), so a study with a standard error of 0.002 gets 25 times the say of one at 0.010. Under random effects the weight becomes \(1/(\mathrm{SE}_i^2 + \hat\tau^2)\), and when \(\hat\tau^2\) is large compared with every \(\mathrm{SE}_i^2\), the denominators become nearly equal and so do the weights.

That is why the boxes in the plot are all almost the same size. It is also why removing the most precise study barely moves the diamond while removing the only positive study moves it quite a lot. Precision stopped buying influence some time ago; position still buys it.

Bench 2. Making a decline out of nothing

Here is the strongest argument against the whole literature, made concrete.

Nobody puts a trap where there are no insects. Reserves get designated because they are notably good, volunteers start transects on meadows full of butterflies, and field stations get built where there is something to study. Selection on abundance is built into how monitoring comes to exist, and it acts on the observed abundance in the year of selection, which contains a year-specific fluctuation sitting on top of the site's permanent quality.

The simulation below builds a world with four hundred sites. Each site has a permanent quality drawn from a normal distribution, plus independent year-to-year noise. Then it keeps only the sites whose first year looked best, fits a straight line through each survivor on a log scale, and averages the slopes. Set the true trend to zero and a decline appears anyway. That is regression to the mean and it is not a bug in anybody's statistics.

sites monitored: apparent trend: over the whole series: manufactured by selection: share of our pooled estimate:
Default settings
top 10% of sites kept, noise SD 0.60, true trend 0.00 %/yr, 27 years
Apparent trend
−0.39 %/yr, which is −10.1% over the whole 27 years
Share explained
14.6% of the article's pooled estimate of −2.68 %/yr
Harshest setting
top 2.5% kept, noise SD 1.0: −1.36 %/yr, about half the pooled estimate
Verdict
real, quantified, and not large enough to be the whole story

What would change our minds

Four things, and none of them are things a school club can do.

Raw catch data from the major monitoring programmes, run through one common analysis pipeline with one agreed treatment of the reference year, would collapse a large share of our \(I^2\) into something interpretable. Someone would then be able to say how much of the 96.3 percent is genuine spatial difference and how much is method. Nobody can say that now, including us.

Monitoring programmes that record why their sites were chosen would let the selection-bias calculation in Bench 2 be done with real numbers rather than plausible ones. At the moment that entire argument, in both directions, is being conducted with assumed parameters.

A pre-registered systematic review with two independent screeners would replace our convenience sample. If it found a pooled estimate near −1 percent per year, we would believe it over ours without hesitation, because its search procedure would be better than ours by every measure that matters.

And more positive results in print. The Rothamsted suction trap that shows insects increasing is one of eleven here. If the true proportion of increasing sites is anything like what our \(\hat\tau\) implies, roughly a sixth, then the published record is missing them, and that missing sixth is doing more damage to the literature than any single overstated headline.