Description
Code and Data Accompanying the Eco-Stats Text (Warton 2022).
Description
Functions and data supporting the Eco-Stats text (Warton, 2022, Springer), and solutions to exercises. Functions include tools for using simulation envelopes in diagnostic plots, and a function for diagnostic plots of multivariate linear models. Datasets mentioned in the package are included here (where not available elsewhere) and there is a vignette for each chapter of the text with solutions to exercises.
README.md
ecostats
Code + Data Accompanying the Eco-Stats Text
Author
David Warton
License
LGPL (>= 2.1)
Installation
You can get the latest version of ecostats
from CRAN:
install.packages("ecostats")
library(ecostats)
But if you want access to this development version, with the latest bells and whistles (where applicable), it can be installed from GitHub using the devtools
package:
devtools::install_github('eco-stats/ecostats', ref='main')
library(ecostats)