-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path_pkgdown.yml
64 lines (62 loc) · 1.49 KB
/
_pkgdown.yml
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
60
61
62
destination: docs
navbar:
left:
- text: "Download and install"
href: articles/1.install.html
- text: "Book"
href: articles/2.book.html
- text: "Functions"
href: reference/index.html
- text: "News"
href: news/index.html
- text: "Aknowledgement"
href: articles/3.thanks.html
reference:
- title: "Design experiment"
- contents:
- starts_with("design_experiment")
- title: "Format data"
- contents:
- starts_with("format_data")
- HA_to_LF
- LF_to_HA
- title: "Run models"
- contents:
- starts_with("model_")
- title: "Check models"
- contents:
- starts_with("check_model")
- title: "Mean comparisons"
- contents:
- starts_with("mean_comparisons")
- title: "Parameter groups"
- contents:
- starts_with("parameter_groups")
- title: "Plot"
- contents:
- starts_with("plot")
- ggplot_discimitiveness_representativeness
- ggplot_mean_vs_stability
- ggplot_which_won_where
- title: "Biplot"
- contents:
- starts_with("biplot")
- title: "Post hoc variation"
- contents:
- starts_with("post_hoc")
- title: "Others"
- contents:
- common_functions
- comp.parameters
- cross_validation_model_bh_GxE
- get.at.least.X.groups
- get.env.info
- get.significant.group
- GxE_build_interaction_matrix
- multivariate
- predict_the_past
- rank_comparisons
news:
releases:
- text: "PPBstats v0.25"
href: https://github.com/priviere/PPBstats/releases/tag/v0.25