This is an old revision of the document!
Statistical methods for biodiversity research
General information
- Statistics for ecologists A collection of useful links to sites with statistical or mathematical material relevant to ecologists.
Books
- Analyzing Ecological Data This book is available online here.
- Numerical Ecology 2nd edition by Pierre and Louis Legendre. A classic reference text in quantitative ecology.
- Numerical Ecology with R. This new book by Borcard et al. from Université de Montréal discuss both some theory on quantitative methods in ecology and how they are implemented in the R language.
- Measure Biological Diversity by Anne E. Magurran.
Resources for R
- R seek a great search engine for R.
- Stackoverflow provides users the ability to ask and asnwer questions related to R. Questions that are well articulated are generally answered promptly. Make sure you search the archives of questions to determine whether your question was asked previously, prior to posting a new question.
- R mailing lists The archives of the mailing lists provide a wealth of information about R, can be searched here.
- R for Matlab users For those already familiar with the Matlab language.
R packages
- Vegan: R functions for vegetation ecologists.
- ADE4 Analysis of Ecological Data : Exploratory and Euclidean methods in Environmental sciences.
- adehabitat Analysis of habitat selection by animals.
- ads Spatial point patterns analysis.
- adegenet Classes and methods for the multivariate analysis of genetic markers.
- adephylo Exploratory analyses for the phylogenetic comparative method.
- labdsv Ordination and Multivariate Analysis for Ecology.
- ecodist Dissimilarity-based functions for ecological analysis.
- BiodiversityR Graphical user interface for biodiversity and community ecology analysis.
- cluster Cluster analysis extended.
- amap Another Multidimensional Analysis Package, tools for Clustering and Principal Component Analysis.
- vegetarian Jost Diversity Measures for Community Data.
- primer A support package for Stevens 'A Primer of Ecology with R, Springer'. Provides functions for systems of ordinary differential equations, difference equations, and eigenanalysis and projection of demographic matrices.
- FDMeasuring functional diversity (FD) from multiple traits, and other tools for functional ecology.
- untb A collection of utilities for biodiversity data. Includes the simulation of ecological drift under Hubbell's Unified Neutral Theory of Biodiversity.
Resources for Python
- Official page of NumPy The fundamental package needed for scientific computing with Python.
- matplotlib A python 2D plotting library which produces publication quality figures.
- R/SPlus - Python Interface An interface that allows Python code to call R functions and R code to create Python objects and call Python functions and methods.
