The gosset package provides methods to implement workflows to analyse experimental agriculture data, from data synthesis to model selection and visualisation. The package is named after W.S. Gosset aka ‘Student’, a pioneer of modern statistics in small sample experimental design and analysis.
The stable version is available through CRAN.
install.packages("gosset")
The development version can be installed via
library("remotes")
remotes::install_github("agrdatasci/gosset")
citation(package = "gosset")
.