-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
59 lines (59 loc) · 2.12 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Package: agricolae
Type: Package
Title: Statistical Procedures for Agricultural Research
Version: 1.5.0
Authors@R:
c(
person(
c("Felipe", "de" , "Mendiburu")
, email = "[email protected]"
, role = c("aut", "cre", "cph")
, comment = c(ORCID = "0000-0003-2725-5911")
)
, person(
c("Muhammad", "Yaseen")
, email = "[email protected]"
, role = c("aut", "ctb")
, comment = c(ORCID = "0000-0002-5923-1714")
)
, person(
c("Yuhang", "Guo")
, email = "[email protected]"
, role = c("aut", "ctb")
, comment = c(ORCID = "0000-0002-4078-2006")
)
)
Maintainer: Felipe de Mendiburu <[email protected]>
Description: Original idea was presented in the thesis "A statistical analysis tool for agricultural research"
to obtain the degree of Master on science, National Engineering University (UNI), Lima-Peru.
Some experimental data for the examples come from the CIP and others research.
Agricolae offers extensive functionality on experimental design especially for agricultural
and plant breeding experiments, which can also be useful for other purposes.
It supports planning of lattice, Alpha, Cyclic, Complete Block, Latin Square, Graeco-Latin Squares,
augmented block, factorial, split and strip plot designs. There are also various analysis facilities
for experimental data, e.g. treatment comparison procedures and several non-parametric tests comparison,
biodiversity indexes and consensus cluster.
Depends: R (>= 2.10)
License: GPL-2 | GPL-3
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.1.1
URL: https://github.com/myaseen208/agricolae
https://CRAN.R-project.org/package=agricolae
https://myaseen208.github.io/agricolae/
BugReports: https://github.com/myaseen208/agricolae/issues
Imports:
AlgDesign,
cluster,
graphics,
klaR,
MASS,
nlme,
Rdpack
Suggests:
bookdown,
knitr,
rmarkdown,
testthat
RdMacros: Rdpack