-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
92 lines (77 loc) · 2.24 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
template:
params:
bootswatch: united
ganalytics: UA-148941781-2
development:
mode: unreleased
url: https://aravind-j.github.io/EvaluateCore/
navbar:
title: EvaluateCore
type: default
left:
- icon: fa-home fa-lg
text: Home
href: index.html
- icon: fa-code
text: Reference
href: reference/index.html
- icon: far fa-file
text: Articles
menu:
- text: Tutorial
href: articles/EvaluationofCoreCollections.html
menu:
- text: Additional
menu:
- text: Example Core Data
href: articles/additional/Example Core Data.html
- icon: far fa-newspaper
text: News
href: news/index.html
right:
- icon: fab fa-github-alt
text: Github
href: https://github.com/aravind-j/EvaluateCore
reference:
- title: Quantitative traits - Compare Measures of Location
contents:
- '`snk.evaluate.core`'
- '`wilcox.evaluate.core`'
- '`ttest.evaluate.core`'
- '`signtest.evaluate.core`'
- title: Quantitative traits - Compare Measures of Scale
contents:
- '`levene.evaluate.core`'
- '`iqr.evaluate.core`'
- '`cr.evaluate.core`'
- '`vr.evaluate.core`'
- '`scv.evaluate.core`'
- title: Quantitative traits - Compare Measures of Distribution
contents:
- '`box.evaluate.core`'
- '`pdfdist.evaluate.core`'
- '`qq.evaluate.core`'
- title: Quantitative traits - Other comparisons
contents:
- '`percentdiff.evaluate.core`'
- '`pca.evaluate.core`'
- title: Qualitative trait comparisons
contents:
- '`bar.evaluate.core`'
- '`chisquare.evaluate.core`'
- '`coverage.evaluate.core`'
- '`diversity.evaluate.core`'
- '`rpr.evaluate.core`'
- '`vpf.evaluate.core`'
- title: Compare both qualitative and quantitative traits
contents:
- '`corr.evaluate.core`'
- '`dist.evaluate.core`'
- '`freqdist.evaluate.core`'
- title: Datasets
contents:
- '`cassava_EC`'
- '`cassava_CC`'
- title: Deprecated
contents:
- '`EvaluateCore-deprecated`'