Description
The abd
package contains data sets and sample code for the book, The Analysis of Biological Data by Michael C. Whitlock and Dolph Schluter (2009; Roberts and Company Publishers).
Reference
Whitlock, M.C. and D. Schluter. 2009. The Analysis of Biological Data. Roberts and Company Publishers. ISBN: 0981519407.
Installation
You can install the most recent version directly from github using install_github()
from the remotes package.
remotes::install_github("Middleton-Lab/abd")
Note that if you are using Windows, you may first need to install [Rtools](https://cran.r-project.org/bin/windows/Rtools/.
Stable release versions of abd
are available via CRAN:
install.packages("abd")