Code + Data Accompanying the Eco-Stats Text
David Warton
LGPL (>= 2.1)
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:
::install_github('eco-stats/ecostats', ref='main')
devtoolslibrary(ecostats)