agriTutorial
: Tutorial Analysis of Some Agricultural Experiments
Version : 0.1.5; Copyright (C) 2019-2024: License: GPL-2|GPL-3
Rodney Edmondson1, Hans-Peter Piepho2 and Muhammad Yaseen3,4
Rana House, Wellesbourne, UK
Biostatistics Unit, Institute of Crop Science, University of Hohenheim, Stuttgart, Germany
School of Mathematical & Statistical Sciences, Clemson University, Clemson, South Carolina, USA
Department of Mathematics and Statistics, University of Agriculture Faisalabad, Pakistan
Description
Example software for the analysis of data from designed experiments, especially agricultural crop experiments. The basics of the analysis of designed experiments are discussed using real examples from agricultural field trials. A range of statistical methods using a range of R statistical packages are exemplified . The experimental data is made available as separate data sets for each example and the R analysis code is made available as example code. The example code can be readily extended, as required.
Installation
The package can be installed from CRAN as follows:
install.packages("agriTutorial", dependencies = TRUE)
The development version can be installed from github as follows:
if (!require("remotes")) install.packages("remotes")
remotes::install_github("myaseen208/agriTutorial")
Citing agriTutorial
To cite the methods in the package use:
citation("agriTutorial")
To cite package 'agriTutorial' in publications use:
Rodney Edmondson, Hans-Peter Piepho, Muhammad Yaseen (2019).
_agriTutorial: Tutorial Analysis of Some Agricultural Experiments_. R
package version 0.1.5,
<https://CRAN.R-project.org/package=agriTutorial>.
A BibTeX entry for LaTeX users is
@Manual{,
title = {agriTutorial: Tutorial Analysis of Some Agricultural Experiments},
author = {{Rodney Edmondson} and {Hans-Peter Piepho} and {Muhammad Yaseen}},
year = {2019},
note = {R package version 0.1.5},
url = {https://CRAN.R-project.org/package=agriTutorial},
}