-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·45 lines (45 loc) · 1.72 KB
/
DESCRIPTION
File metadata and controls
executable file
·45 lines (45 loc) · 1.72 KB
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
Package: agriTutorial
Type: Package
Title: Tutorial Analysis of Some Agricultural Experiments
Version: 1.0.0
Authors@R: c(
person(c("Rodney", "Edmondson"), email = "rodney.edmondson@gmail.com", role = c("aut", "cre"))
, person(c("Hans-Peter", "Piepho"), email = "piepho@uni-hohenheim.de", role = c("aut", "ctb"), comment = c(ORCID = "0000-0001-7813-2992"))
, person(c("Muhammad", "Yaseen"), email = "myaseen208@gmail.com", role = c("aut", "ctb"), comment = c(ORCID = "0000-0002-5923-1714"))
)
Maintainer: Rodney Edmondson <rodney.edmondson@gmail.com>
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.
Depends: R (>= 3.1)
License: GPL-2 | GPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/myaseen208/agriTutorial
https://CRAN.R-project.org/package=agriTutorial
https://myaseen208.github.io/agriTutorial/
BugReports: https://github.com/myaseen208/agriTutorial/issues
Note: Department of Mathematics and Statistics, University of Agriculture Faisalabad, Faisalabad-Pakistan.
Imports:
broom,
broom.mixed,
dplyr,
emmeans,
ggfortify,
ggplot2,
lmerTest,
magrittr,
nlme,
tibble,
tidyr
Suggests:
R.rsp
VignetteBuilder: R.rsp
NeedsCompilation: no
RoxygenNote: 7.0.2