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. 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.
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.
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.
