the Creative Commons Attribution 4.0 License.
the Creative Commons Attribution 4.0 License.

Geographically weighted models in palaeoecology: R package and application to testate amoebae in peatlands
Matthieu Mulot
Alina Matei
Edward A. D. Mitchell
Transfer function (TF) models are commonly used in palaeoecology for quantitative inference of environmental variables based on biological proxies. Although the existence of spatial structure is well established in ecology, existing TFs do not account for it. This suggests that model performance may be improved by accounting for spatial structure. Here we demonstrate this using basic and advanced methods – multiple linear regression (MLR), lasso regression, geographically weighted regression (GWR) and geographically weighted lasso (GWL) – using geographical distance and bioclimatic distance, respectively. We compared the performance of these models for reconstructing water table depth from testate amoeba communities, as commonly used in peatland palaeoecology. GWL and lasso models performed considerably better (23 %–30 % reduction in mean squared prediction error) than standard weighted average methods. We provide an R package for the two innovative spatial methods (GWR and GWL).
- Article
(982 KB) - Full-text XML
- BibTeX
- EndNote
Understanding how ecosystems responded to past environmental change is fundamental to determining how to manage or restore them in the context of ongoing environmental change (Seddon et al., 2014; Swetnam et al., 1999). A wide range of methods are used in palaeoecology to reconstruct past changes in environmental conditions or ecosystem functioning. Key drivers such as temperature or soil moisture are often inferred from biotic proxies (e.g. (sub-)fossil pollen, diatoms and testate amoebae) using mathematical models called “transfer functions” (Birks et al., 1990).
Aquatic or terrestrial microorganisms, especially protists, are ideal proxies for environmental monitoring and palaeoecological inference. They are abundant, diverse, sensitive to variations in (micro)environmental conditions over time or space, and directly involved in key ecosystem processes such as carbon cycling (Payne, 2013). Some groups, such as diatoms and testate amoebae, produce decay-resistant structures (“shells”, called frustules or tests in these two groups, respectively) that can be recovered from peat or sediments (Harnisch, 1927; Tolonen, 1987; Warner, 1990). This makes it possible to document changes in community structure over time and, if the relationships between community structure and environmental conditions are known, to infer past environmental changes from these changes. The key to such reconstructions is the development of accurate inference models calibrated on modern data (the so-called training set).
The presumed cosmopolitan distribution of microorganisms (O’Malley, 2008; De Wit and Bouvier, 2006) was considered an advantage for the development of transfer functions. Indeed, if microbes do not vary in space, it is likely that the ecological preference of species is also constant over time (i.e. the uniformitarian principle) (Hutton, 1788). However, it is becoming increasingly clear that not all microorganisms are cosmopolitan (Seppey et al., 2020; Foissner, 2006; Telford et al., 2006), implying that the spatial component of the data needs to be integrated into model development (Belyea, 2007; Payne et al., 2012). However, this bias is rarely, if ever, considered when attempting to build transfer function models over large geographical areas (Amesbury et al., 2016, 2018; Qin et al., 2021). Improving palaeoecological reconstructions based on microorganisms therefore requires better knowledge of microbial diversity, ecology and distribution, as well as advances in the mathematical methods used to develop predictive models. Mathematical improvements include seeking for more appropriate models (weighted average, maximum likelihood calibration, partial least squares, etc.), selecting species (e.g., removing rare or taxonomically uncertain taxa) and accounting for spatial distribution (e.g., using one-site-out cross-validation) (Payne et al., 2012; Juggins and Birks, 2012).
In this study, we aim to develop and test novel mathematical models that account for spatial structure to infer past environmental conditions from biotic proxies. We use testate amoeba (TA)-based models which are primarily used to infer past water table depth (WTD) in peatlands (Charman, 2001; Mitchell et al., 2008).
We compare four types of regression model with the model developed by Amesbury et al. (2016), which is used as a reference. Amesbury's model (the best-performing model with a root mean squared prediction error (RMSEP) of 10.87 before outlier removal) is called WA-Tol (inv), which stands for “Weighted Averaging with Tolerance downweighting and Inverse deshrinking”. It relies on the assumption that each taxon has an ecological optimum and that if a taxon is very abundant in a fossil sample, the ecological parameter to be inferred in this fossil sample should be close to the optimum of the modern taxon. Tolerance downweighting is applied to give less weight to taxa that have a large ecological tolerance (their ecological optimum for the investigated parameter is broad). Inverse deshrinking is then applied to the model to compensate for compression of variance due to the weighing average procedure. In our study, all models are tested on the same dataset. The different regression models and the dataset are presented below.
2.1 Models
2.1.1 Multiple linear regression (MLR)
A MLR (see, for instance, Quinn and Keough, 2023) is a linear regression with p independent variables :
where yi is the response variable for observation i (with ), n is the total number of observations, β0 is the intercept, βk is the kth regression coefficient for variable xk (with k in ), p is the total number of explanatory variables, xik represents the k explanatory variables of observation i, and is the error term for observation i; all the error terms are independent.
The models’ parameters are usually estimated using the ordinary least squares (OLS) method; i.e. regression coefficients are estimated by minimising the sum of the squared prediction errors:
where is the vector of estimated regression coefficients .
However, the OLS method suffers from two major problems: high variance of the estimates leading to imprecision in predictions and a lack of parsimony (all variables are included even if they are not pertinent) (Tibshirani, 1996).
2.1.2 Lasso regression
The lasso (least absolute shrinkage and selection operator) regression (Tibshirani, 1996) solves both problems of MLR by adding a constraint on the sum of the absolute value of the regression coefficients:
where λL is the lasso regularisation penalty parameter.
Hence, the lasso stabilises the coefficients, reducing their variance, and performs variable selection by setting some coefficients to zero, resulting in a parsimonious model. This type of model is typically used to handle genetic data with many explanatory variables (Ranstam and Cook, 2018).
However, MLR as well as lasso are both global regression models; i.e., they assume spatial homogeneity and estimate one fixed regression coefficient for each predictor. The purpose of our research here is to integrate spatial heterogeneity, meaning the heterogeneous distribution of microorganisms (explanatory variables) when estimating an environmental parameter (response variable), so we introduce geographically weighted models.
2.1.3 Geographically weighted regression (GWR)
The principle of GWR is to fit a local MLR for each observation (Brunsdon et al., 1996; Fotheringham et al., 2002). Therefore, regression coefficients are not fixed but vary according to the geographical locations for each variable. The collection of local models then forms a global model:
where β0(ui,vi) and βk(ui,vi) are the local regression coefficients at location (ui,vi).
As regression coefficients are estimated at each observation’s location, each of them is characterised by three numbers: the coordinates (latitude, longitude) and its estimated value. When fitting a local regression on a point of interest (an observation), we only consider its closest neighbours. To select them, we use a distance matrix (usually based on the Euclidean distance). The threshold distance from the point in which we consider the neighbours is called bandwidth and is chosen by cross-validation. The optimal bandwidth is the one that minimises the prediction error. Weights are attributed to the neighbours based on their distance to the point and a kernel function. The kernel function usually attributes a higher weight to closer neighbours and a lower weight to farther ones. The weights are then directly used in the regression to estimate the β regression coefficients by weighted least squares:
where X is an n×p explanatory variable matrix with n the total number of observations and p the total number of explanatory variables; W(ui,vi) is an n×n diagonal weight matrix for location (ui,vi), with ; Kh is the kernel; dij is the distance between observations i and j (with ); and Y is a vector of n response variables.
There are several possible kernel shapes divided into two categories: continuous kernels (Fig. 1a) and kernels with compact support (Fig. 1b). In the first category, we find uniform, Gaussian and exponential kernels; in the second we find boxcar, bisquare and tricube kernels. Kernels with compact support are usually preferred as they ease calculation, since all weights beyond a fixed bound are set to zero (De Bellefon and Loonis, 2018).

Figure 1Different kernel shapes. (a) Continuous kernels: they are defined over the whole domain but do not reach zero; (b) compact kernels: they are defined over the whole domain but are set to zero outside a fixed range.
The kernel can be fixed or adaptive depending on what defines its extent. If it is determined by a fixed distance to the point of interest, the kernel is identical at any location and is considered fixed (Fig. 2a). On the other hand, if the kernel’s extent is determined by the number of neighbours to consider, the kernel will be large when there is a low observation density and small when density is high; we call it an adaptive kernel (Fig. 2b).
2.1.4 Geographically weighted lasso (GWL)
GWR models are already improved versions of MLR as they take into account local variations. However, local correlation in explanatory variables can lead GWR to estimate strongly correlated regression coefficients, which is problematic for inference on relationship between variables (Wheeler and Tiefelsdorf, 2005). With respect to local correlation, three phenomena must be considered: pairwise variables' correlation (or collinearity), multicollinearity and spatial autocorrelation (SA). Pairwise correlation is well known, but multicollinearity and spatial autocorrelation are often ignored. Multicollinearity appears when some explanatory variables of a dataset, in a MLR, are linked by a linear relation, i.e. when one can be reconstructed based on the others. And spatial autocorrelation, similarly to temporal autocorrelation where two observations close in time tend to have correlated values, occurs when geographically close observations have similar values. To model relationships in a dataset presenting local correlation, we recommend the use of GWL, which is more robust to local correlation (Wheeler, 2009). The lasso, by adding a constraint on the magnitude of the estimated coefficients, stabilises the coefficients and limits the effects of correlation of the explanatory variables.
where λGWL is the GWL regularisation penalty parameter.
Therefore, in addition to considering the spatial structure, GWL has the advantage of producing a parsimonious model as lasso regression performs variable selection. GWL models have been used for various applications; for example, Wang and Zuo (2020) applied GWL to detect geochemical anomalies by identifying geological parameters that are locally significant, and Im and Kim (2021) used such a model to identify local socio-economic factors that enhanced the transmission of SARS-CoV-2 in the Seoul metropolitan area during the COVID-19 pandemic.
2.2 Dataset
In this work, we use a dataset published in Amesbury et al. (2016) (called “Amesbury” in our R package; see Sect. 5). That study aimed to build a pan-European transfer function using the most common reconstruction models (WA, weighted averaging partial least squares regression (WA-PLS), maximum likelihood (ML) and MAT) along with a large geographically extended dataset, spanning from Spain to western Russia. This large dataset is a compilation of several datasets. The details of this compilation and the exhaustive list of datasets included are given in Amesbury et al. (2016). The compiled dataset contains 1799 samples from 113 sites in 18 countries. Each sample is characterised by four descriptive variables (PERSON (the analyst), COUNTRY, SITE, SAMPLE), two geographical coordinates (Lat (latitude), Long (longitude)) and 62 numerical measures (WTD (water table depth), pH and the relative abundances of 60 taxa). In total, the dataset contains 68 variables.
We worked on the cleaned dataset, the same used as input in the article of Amesbury et al. (2016). To clean it, the authors made a few changes: to begin with, due to the large number of contributors in the compiled dataset, the authors adopted a low-resolution taxonomy to unify the data. Morphologically similar taxa were merged to form new groups (morpho-taxa). The rationale is that (1) TA with a similar shape likely share similar ecological preferences and (2) morphologically similar taxa are more likely to be misidentified, potentially leading to erroneous inference (Payne et al., 2011) – pooling them reduces this bias (but also the precision). Rare taxa were removed, as well as samples with “NA” values, and high pH value and extreme WTD measurements were removed as they risk distorting the prediction. Finally, the cleaned dataset included 1103 samples and 47 taxa, resulting in 55 variables in total. For model fitting, we only used WTD, the coordinates (Lat, Long) and the 47 taxa.
2.3 Model comparison
To assess the performance of the GWL method, we calculated its root mean squared prediction error (RMSEP) using the leave-one-out (LOO) technique and compared it with the RMSEP of other models (Birks, 2003). In total, we compared seven different models based on their prediction error (see Table 1): MLR, lasso, two GWR models (GWR-geo and GWR-bio, using geographical and bioclimatic distance, respectively, for spatial selection), two GWL models (GWL-geo and GWL-bio, similar to GWR), and WA-Tol (inv) as a reference. WA-Tol (inv) stands for “Weighted Averaging with Tolerance downweighting and Inverse deshrinking” and is the best-performing model in Amesbury et al. (2016). For GWR and GWL models, we used the Euclidean geographical and bioclimatic distances. Bioclimatic data were retrieved from the CHELSA database (Karger et al., 2018, 2017).
Two steps are required to fit a geographically weighted model: (1) calculating the optimal bandwidth through cross-validation and (2) fitting local models using the previously calculated bandwidth for neighbour selection. Due to computational limitations, we calculated the optimal bandwidth for each geographically weighted method (GWR-geo, GWR-bio, GWL-geo, GWL-bio) once for each model instead of once for each LOO step, and we used the same bandwidth for all LOO steps. We checked the validity of this assumption by calculating the bandwidth for each LOO step of a subset of 500 observations from the original dataset. As the 500 bandwidth values were very stable (mean = 1062, sd = 0), we concluded that this assumption was reasonable in regard to computational time savings.
The results of calculating the RMSEP for each of the six models and for Amesbury's model are shown in Table 1, together with the bandwidths (n nearest neighbours selected for local regression) for the geographically weighted models. The order of the models corresponds to their description in Sect. 2.1, with the reference model coming first, and the others listed in order of increasing recency. The RMSEP expresses the mean prediction error in centimetres (cm) in predicting the WTD, so a smaller RMSEP indicates better performance. The ranking of the models, from best to worst in terms of prediction error, is the following: GWL-geo, lasso, GWR-geo, MLR, GWL-bio, GWR-bio and finally Amesbury's WA-Tol.
Table 1Performance of different regression models for inferring the water table depth from testate amoeba communities.

All models performed substantially better than Amesbury's WA-Tol model. Geographically weighted models provide a 27 % and 30 % improvement in model performance as assessed using RMSEP, while the improvement using bioclimatic weighted models is somewhat lower (23 % and 26 %). In contrast, the differences in RMSEP between lasso, GWR and GWL models are small (at most 0.75 cm between GWR-bio and GWL-geo). Compared to Amesbury, our GWL-geo model, the best-performing model, improves the reconstruction with a gain of 3.22 cm (30 % improvement) in accuracy, which is considerable relative to the range of WTD values we predict.
The bandwidths also provide information on the selective behaviour of the geographically weighted models. The GWL models are more parsimonious in terms of the number of neighbours selected for the local regressions, selecting 19 % and 30 % of the observations (n=1103) as neighbours for GWL-geo and GWL-bio, respectively. GWR, on the other hand, is much less local, selecting 74 % and 73 % of the observations as neighbours for GWR-geo and GWR-bio, respectively.
In addition to improving prediction, geographically weighted models, particularly GWL, allow for the production of maps of the importance of each species (explanatory variable) by location. Since geographically weighted models fit local regressions, we obtain local regression coefficients that can be interpreted as the influence of the species on the prediction of WTD at a given location. A coefficient close to zero indicates that the presence of the species is not informative to predict the WTD, while the presence of a species with non-null coefficients indicates wetter conditions if the coefficient is negative (higher WTD) and drier conditions if the coefficient is positive (lower WTD). The map therefore indicates in which region a species should or should not be considered. For example, Fig. 3 illustrates the importance of Arcella discoides (ARC.DIS), a taxon associated with wet conditions. We note that it is important to consider in northern Europe, especially in Ireland and the UK, but not in central Europe, where its coefficients are almost null. In this sense, species with null coefficients in most locations are poor indicators.
Given the existence of spatial structure in ecology, we hypothesised that the performance of the testate amoeba water table depth transfer function model would improve if models incorporated geographic or bioclimatic information. Our results clearly confirm this hypothesis, with up to 30 % improvement in model performance compared to the model presented by Amesbury et al. (2016). Furthermore, we found that the performance of basic methods such as lasso and MLR is surprisingly good compared to spatially aware models. The respectable performance of the lasso model also highlights that this dataset, with many explanatory variables, is likely to be too noisy for other models that do not perform variable selection. In this context, the advantages of GWL are confirmed: spatial awareness, robustness to correlation (multicollinearity, autocorrelation) and variable selection. On the one hand, GWL-geo, the best-performing model, allows one to characterise the importance of a species depending on the location, but on the other hand, it is computationally intensive compared to the lasso model, which also performs well. We therefore suggest choosing between these two methods depending on the objective of the study: using a lasso for a simple reconstruction when we focus on predicting the WTD in a relatively restricted area and using a GWL when we focus not only on prediction but also on characterising the bioindicator value of species in a wider area.
Nonetheless, our results using this dataset (maps and regression coefficients) must be considered with caution due to the nature of the dataset. Indeed, the dataset is a compilation, and different authors contributed data from different regions, so there may be a potentially significant and geographically structured identification bias. The grouping of species reduces this bias but still introduces a problem of low taxonomic resolution, as the newly defined “morpho-taxa” have broader ecological preferences and thus a loss of specificity. A possible solution and future work would be to consider morphological traits instead of species or taxa, as they may be better indicators of the living conditions of microorganisms (Fournier et al., 2015; Marcisz et al., 2020).
To allow researchers to use GWL, typically for palaeoreconstruction, we published an R package called “GWlasso” (Mulot and Erb, 2024). The package also includes the dataset we used in this study, which is presented in Sect. 2.2. In general, we do not recommend the use of GWR models, especially for biological objects, due to their sensitivity to local correlation (Wheeler, 2009). For this reason, we did not include them in the package.
To fit a GWL model, two steps are necessary: first calculate the optimal bandwidth (bw) parameter through cross-validation with function gwl_bw_estimation and, second, use the optimal bandwidth to fit the model with function gwl_fit(). The inputs for the bandwidth and fitting functions are similar: a matrix of explanatory variables (x.var), a vector of corresponding response variable (y.var), a matrix of distance between observations (dist.mat) and a few parameters to specify the model’s local selection criteria (kernel type, adaptive or not). In addition, function gwl_bw_estimation requires the smallest bandwidth to be tested (adaptbw.thresh), and gwl_fit() requires a bandwidth value, ideally the optimal bandwidth calculated with the corresponding bandwidth function.
Further documentation is available in the dedicated GitHub repository (Mulot and Erb, 2024). Our code is inspired by “Geographically weighted elastic net logistic regression” from Comber and Harris (2018) for the spatial selection of neighbours.
Despite some caveats, the relative differences between Amesbury’s model and our new models are solid results as they only report the change in model performance using the same input. Those results suggest reconsidering the actual reconstruction models commonly used in palaeoecology, and they explore the use of more recent mathematical methods, like GWL and lasso models, in this field. The GWL method already has applications in socio-economics (Setiyorini et al., 2017) and geochemistry (Wang and Zuo, 2020) but, to our knowledge, not yet in ecology, and it seems to be promising. Future work using this method is now needed.
The data and GWL code are available in the R package “GWlasso”, which can be downloaded directly from GitHub and CRAN (https://nibortolum.github.io/GWlasso/, last access: 17 June 2025; DOI: https://doi.org/10.32614/CRAN.package.GWlasso) (Mulot and Erb, 2024).
SE carried out the study and wrote the R code and the first draft. AM worked on the statistics, EADM worked on the ecological rationale of the study, and MM contributed to code and package formatting. All authors made substantial contributions to the manuscript.
The contact author has declared that none of the authors has any competing interests.
Publisher’s note: Copernicus Publications remains neutral with regard to jurisdictional claims made in the text, published maps, institutional affiliations, or any other geographical representation in this paper. While Copernicus Publications makes every effort to include appropriate place names, the final responsibility lies with the authors.
We are grateful to Yves Tillé for his contribution to establishing the collaboration between the Institute of Statistics and the Laboratory of Soil Biodiversity. This study is the result of a valuable collaboration between researchers in biology, ecology and statistics.
This paper was edited by Erinne Stirling and reviewed by two anonymous referees.
Amesbury, M. J., Swindles, G. T., Bobrov, A., Charman, D. J., Holden, J., Lamentowicz, M., Mallon, G., Mazei, Y., Mitchell, E. A. D., Payne, R. J., Roland, T. P., Turner, T. E., and Warner, B. G.: Development of a new pan-European testate amoeba transfer function for reconstructing peatland palaeohydrology, Quaternary Sci. Rev., 152, 132–151, https://doi.org/10.1016/j.quascirev.2016.09.024, 2016. a, b, c, d, e, f, g
Amesbury, M. J., Booth, R. K., Roland, T. P., Bunbury, J., Clifford, M. J., Charman, D. J., Elliot, S., Finkelstein, S., Garneau, M., Hughes, P. D. M., Lamarre, A., Loisel, J., Mackay, H., Magnan, G., Markel, E. R., Mitchell, E. A. D., Payne, R. J., Pelletier, N., Roe, H., Sullivan, M. E., Swindles, G. T., Talbot, J., van Bellen, S., and Warner, B. G.: Towards a Holarctic synthesis of peatland testate amoeba ecology: Development of a new continental-scale palaeohydrological transfer function for North America and comparison to European data, Quaternary Sci. Rev., 201, 483–500, https://doi.org/10.1016/j.quascirev.2018.10.034, 2018. a
Belyea, L. R.: Revealing the Emperor's new clothes: niche-based palaeoenvironmental reconstruction in the light of recent ecological theory, Holocene, 17, 683–688, https://doi.org/10.1177/0959683607079002, 2007. a
Birks, H., Braak, C. T., Line, J. M., Juggins, S., Stevenson, A. C., Battarbee, R. W., Mason, B. J., Renberg, I., and Talling, J. F.: Diatoms and pH reconstruction, Philos. T. Roy. Soc. B,, 327, 263–278, https://doi.org/10.1098/rstb.1990.0062, 1990. a
Birks, H. J. B.: Quantitative palaeoenvironmental reconstructions from Holocene biological data, in: Global change in the Holocene, edited by: Mackay, A., Battarbee, R. W., Birks, H. J. B., and Oldfield, F., 107–123, https://www.st-andrews.ac.uk/~rjsw/PalaeoPDFs/Birks2003.pdf (last access: 17 June 2025), 2003. a
Brunsdon, C., Fotheringham, A. S., and Charlton, M. E.: Geographically Weighted Regression: A Method for Exploring Spatial Nonstationarity, Geogr. Anal., 28, 281–298, https://doi.org/10.1111/j.1538-4632.1996.tb00936.x, 1996. a
Charman, D. J.: Biostratigraphic and palaeoenvironmental applications of testate amoebae, Quaternary Sci. Rev., 20, 1753–1764, https://doi.org/10.1016/S0277-3791(01)00036-1, 2001. a
Comber, A. and Harris, P.: Geographically weighted elastic net logistic regression, J. Geogr. Syst., 20, 317–341, https://doi.org/10.1007/s10109-018-0280-7, 2018. a
De Bellefon, M.-P. and Loonis, V.: Handbook of Spatial Analysis, in: Theory and Application with R, Insee, https://www.insee.fr/en/information/3635545 (last access: 17 June 2025), 2018. a
De Wit, R. and Bouvier, T.: “Everything is everywhere, but, the environment selects”; what did Baas Becking and Beijerinck really say?, Environ. Microbiol., 8, 755–758, https://doi.org/10.1111/j.1462-2920.2006.01017.x, 2006. a
Foissner, W.: Biogeography and Dispersal of Micro-organisms: A Review Emphasizing Protists, Acta Protozool., 111–136, http://www.wfoissner.at/data_prot/Foissner_2006_111_136.pdf (last access: 17 June 2025), 2006. a
Fotheringham, A. S., Brunsdon, C., and Charlton, M.: Geographically weighted regression: the analysis of spatially varying relationships, Wiley, Chichester, Nachdr. der Ausg. 2002 edn., ISBN 978-0-471-49616-8, https://www.jstor.org/stable/30139578 (last access: 17 June 2025), 2002. a
Fournier, B., Lara, E., Jassey, V. E., and Mitchell, E. A.: Functional traits as a new approach for interpreting testate amoeba palaeo-records in peatlands and assessing the causes and consequences of past changes in species composition, Holocene, 25, 1375–1383, https://doi.org/10.1177/0959683615585842, 2015. a
Harnisch, O.: Einige Daten zur recenten und fossilen testaceen Rhizopodenfauna der Sphagnen, Arch. Hydrobiol., 18, 345–360, 1927. a
Hutton, J.: Theory of the Earth; or an investigation of the laws observable in the composition, dissolution, and restoration of land upon the Globe., Earth Env. Sci. T. R. So., 1, 209–304, https://doi.org/10.1017/S0080456800029227, 1788. a
Im, C. and Kim, Y.: Local Characteristics Related to SARS-CoV-2 Transmissions in the Seoul Metropolitan Area, South Korea, Int. J. Env. Res. Pub. He., 18, 12595, https://doi.org/10.3390/ijerph182312595, 2021. a
Juggins, S. and Birks, H. J. B.: Quantitative Environmental Reconstructions from Biological Data, in: Tracking Environmental Change Using Lake Sediments: Data Handling and Numerical Techniques, edited by: Birks, H. J. B., Lotter, A. F., Juggins, S., and Smol, J. P., Springer Netherlands, Dordrecht, 431–494, ISBN 978-94-007-2745-8, https://doi.org/10.1007/978-94-007-2745-8_14, 2012. a
Karger, D. N., Conrad, O., Böhner, J., Kawohl, T., Kreft, H., Soria-Auza, R. W., Zimmermann, N. E., Linder, H. P., and Kessler, M.: Climatologies at high resolution for the earth’s land surface areas, Scientific Data, 4, 170122, https://doi.org/10.1038/sdata.2017.122, 2017. a
Karger, D. N., Conrad, O., Böhner, J., Kawohl, T., Kreft, H., Soria-Auza, R. W., Zimmermann, N. E., Linder, H. P., and Kessler, M.: Data from: Climatologies at high resolution for the earth's land surface areas, DRYAD [data set], https://doi.org/10.5061/DRYAD.KD1D4, 2018. a
Marcisz, K., Jassey, V. E. J., Kosakyan, A., Krashevska, V., Lahr, D. J. G., Lara, E., Lamentowicz, Ł., Lamentowicz, M., Macumber, A., Mazei, Y., Mitchell, E. A. D., Nasser, N. A., Patterson, R. T., Roe, H. M., Singer, D., Tsyganov, A. N., and Fournier, B.: Testate Amoeba Functional Traits and Their Use in Paleoecology, Frontiers in Ecology and Evolution, 8, 575966, https://doi.org/10.3389/fevo.2020.575966, 2020. a
Mitchell, E. A. D., Charman, D. J., and Warner, B. G.: Testate amoebae analysis in ecological and paleoecological studies of wetlands: past, present and future, Biodivers. Conserv., 17, 2115–2137, https://doi.org/10.1007/s10531-007-9221-3, 2008. a
Mulot, M. and Erb, S.: GWlasso: Geographically Weighted Lasso, r package version 1.0.1.9000, CRAN [code and data set], https://doi.org/10.32614/CRAN.package.GWlasso, 2024. a, b, c
O’Malley, M. A.: `Everything is everywhere: but the environment selects': ubiquitous distribution and ecological determinism in microbial biogeography, Studies in History and Philosophy of Science Part C: Studies in History and Philosophy of Biological and Biomedical Sciences, 39, 314–325, https://doi.org/10.1016/j.shpsc.2008.06.005, 2008. a
Payne, R. J.: Seven Reasons Why Protists Make Useful Bioindicators, Acta Protozool., 2013, 105–113, https://ejournals.eu/en/journal/acta-protozoologica/article/seven-reasons-why-protists-make-useful-bioindicators (last access: 13 September 2025), 2013. a
Payne, R. J., Lamentowicz, M., and Mitchell, E. a. D.: The perils of taxonomic inconsistency in quantitative palaeoecology: experiments with testate amoeba data, Boreas, 40, 15–27, https://doi.org/10.1111/j.1502-3885.2010.00174.x, 2011. a
Payne, R. J., Telford, R. J., Blackford, J. J., Blundell, A., Booth, R. K., Charman, D. J., Lamentowicz, Ł., Lamentowicz, M., Mitchell, E. A., Potts, G., Swindles, G. T., Warner, B. G., and Woodland, W.: Testing peatland testate amoeba transfer functions: Appropriate methods for clustered training-sets, Holocene, 22, 819–825, https://doi.org/10.1177/0959683611430412, 2012. a, b
Qin, Y., Li, H., Mazei, Y., Kurina, I., Swindles, G. T., Bobrov, A., Tsyganov, A. N., Gu, Y., Huang, X., Xue, J., Lamentowicz, M., Marcisz, K., Roland, T., Payne, R. J., Mitchell, E. A. D., and Xie, S.: Developing a continental-scale testate amoeba hydrological transfer function for Asian peatlands, Quaternary Sci. Rev., 258, 106868, https://doi.org/10.1016/j.quascirev.2021.106868, 2021. a
Quinn, G. P. and Keough, M. J.: Experimental Design and Data Analysis for Biologists, Cambridge University Press, 2 edn., https://doi.org/10.1017/9781139568173, 2023. a
Ranstam, J. and Cook, J. A.: LASSO regression, Brit. J. Surg., 105, 1348, https://doi.org/10.1002/bjs.10895, 2018. a
Seddon, A. W. R., Mackay, A. W., Baker, A. G., Birks, H. J. B., Breman, E., Buck, C. E., Ellis, E. C., Froyd, C. A., Gill, J. L., Gillson, L., Johnson, E. A., Jones, V. J., Juggins, S., Macias-Fauria, M., Mills, K., Morris, J. L., Nogués-Bravo, D., Punyasena, S. W., Roland, T. P., Tanentzap, A. J., Willis, K. J., Aberhan, M., van Asperen, E. N., Austin, W. E. N., Battarbee, R. W., Bhagwat, S., Belanger, C. L., Bennett, K. D., Birks, H. H., Bronk Ramsey, C., Brooks, S. J., de Bruyn, M., Butler, P. G., Chambers, F. M., Clarke, S. J., Davies, A. L., Dearing, J. A., Ezard, T. H. G., Feurdean, A., Flower, R. J., Gell, P., Hausmann, S., Hogan, E. J., Hopkins, M. J., Jeffers, E. S., Korhola, A. A., Marchant, R., Kiefer, T., Lamentowicz, M., Larocque-Tobler, I., López-Merino, L., Liow, L. H., McGowan, S., Miller, J. H., Montoya, E., Morton, O., Nogué, S., Onoufriou, C., Boush, L. P., Rodriguez-Sanchez, F., Rose, N. L., Sayer, C. D., Shaw, H. E., Payne, R., Simpson, G., Sohar, K., Whitehouse, N. J., Williams, J. W., and Witkowski, A.: Looking forward through the past: identification of 50 priority research questions in palaeoecology, J. Ecol., 102, 256–267, https://doi.org/10.1111/1365-2745.12195, 2014. a
Seppey, C. V. W., Broennimann, O., Buri, A., Yashiro, E., Pinto-Figueroa, E., Singer, D., Blandenier, Q., Mitchell, E. A. D., Niculita-Hirzel, H., Guisan, A., and Lara, E.: Soil protist diversity in the Swiss western Alps is better predicted by topo-climatic than by edaphic variables, J. Biogeogr., 47, 866–878, https://doi.org/10.1111/jbi.13755, 2020. a
Setiyorini, A., Suprijadi, J., and Handoko, B.: Implementations of geographically weighted lasso in spatial data with multicollinearity (Case study: Poverty modeling of Java Island), AIP Conf. Proc., 1827, 020003, https://doi.org/10.1063/1.4979419, 2017. a
Swetnam, T. W., Allen, C. D., and Betancourt, J. L.: Applied Historical Ecology: Using the Past to Manage for the Future, Ecol. Appl., 9, 1189–1206, https://doi.org/10.1890/1051-0761(1999)009[1189:AHEUTP]2.0.CO;2, 1999. a
Telford, R. J., Vandvik, V., and Birks, H. J. B.: Dispersal Limitations Matter for Microbial Morphospecies, Science, 312, 1015–1015, https://doi.org/10.1126/science.1125669, 2006. a
Tibshirani, R.: Regression Shrinkage and Selection Via the Lasso, J. Roy. Stat. Soc. B: Series B (Methodological), 58, 267–288, https://doi.org/10.1111/j.2517-6161.1996.tb02080.x, 1996. a, b
Tolonen, K.: Rhizopod analysis, in: Handbook of Holocene Palaeoecology and Palaeohydrology, edited by: Berglund, B. E., John Wiley and Sons, Chichester, https://www.osti.gov/biblio/5654226 (last access: 17 June 2025), 1987. a
Wang, J. and Zuo, R.: Assessing geochemical anomalies using geographically weighted lasso, Appl. Geochem., 119, 104668, https://doi.org/10.1016/j.apgeochem.2020.104668, 2020. a, b
Warner, B. G.: Testate Amoebae (Protozoa), in: Methods in Quaternary ecology, edited by: Warner, B. G., vol. 5, Geoscience Canada, St. John's, Newfoundland, 65–74, https://journals.lib.unb.ca/index.php/GC/article/view/3574 (last access: 17 June 2025), 1990. a
Wheeler, D. and Tiefelsdorf, M.: Multicollinearity and correlation among local regression coefficients in geographically weighted regression, J. Geogr. Syst., 7, 161–187, https://doi.org/10.1007/s10109-005-0155-6, 2005. a
Wheeler, D. C.: Simultaneous Coefficient Penalization and Model Selection in Geographically Weighted Regression: The Geographically Weighted Lasso, Environ. Plann. A, 41, 722–742, https://doi.org/10.1068/a40256, 2009. a, b