Skip to contents

agriTutorial: Tutorial Analysis of Some Agricultural Experiments

Rodney Edmondson1, Hans-Peter Piepho2 and Muhammad Yaseen3,4
  1. Rana House, Wellesbourne, UK

  2. Biostatistics Unit, Institute of Crop Science, University of Hohenheim, Stuttgart, Germany

  3. School of Mathematical & Statistical Sciences, Clemson University, Clemson, South Carolina, USA

  4. Department of Mathematics and Statistics, University of Agriculture Faisalabad, Pakistan


minimal R version License: GPL v3 CRAN_Status_Badge rstudio mirror downloads

develVersion

Project Status: WIP lifecycle Last-changedate ***

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")

What’s new

To know whats new in this version type:

news(package = "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},
  }