-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
106 lines (92 loc) · 2.17 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
destination: /data1/R_functions/usefr
url: https://genomaths.github.io/usefr/
navbar:
structure:
left:
- home
- intro
- reference
- articles
- tutorials
- news
components:
home:
icon: "fas fa-home fa-lg"
href: index.html
reference:
text: Package functions
href: reference/index.html
intro:
text: Get started
href: articles/usefr.html
articles:
text: Articles
href: articles/index.html
menu:
- text: "usefr"
href: articles/usefr.html
- text: ------
- text: "Nonlinear Fit of Mixture Distributions"
href: articles/Nonlinear_Fit_of_Mixture_Distributions.html
- text: ------
- text: "Fisher's exact test failure can lead to biased results"
href: articles/fisher-exact-test-failure-can-lead-to-biassed-results.html
news:
text: News
href: news/index.html
twitter:
icon: "fab fa-twitter fa-lg"
href: http://twitter.com/robersysr
navbar-links:
href: https://github.com/genomaths/usefr
home:
links:
- text: Author's website
href: https://genomaths.com
- text: Affiliation (<img src="https://git.psu.edu/genomath/MethylIT_data/raw/master/penn-state-lion.png" height="24" /> PennState)
href: https://bio.psu.edu/directory/rus547
development:
mode: auto
reference:
- title: Probability Distribution Estimation Functions
desc: ~
contents:
- '`fitCDF`'
- '`fitMixDist`'
- '`betaDistEstimation`'
- '`estimateDirichDist`'
- '`mixtdistr`'
- '`betaDistEstimation`'
- '`tableBoots`'
- title: Goddness-of-fit
contents:
- '`AICmodel`'
- '`BICmodel`'
- '`bicopulaGOF`'
- '`mcgoftest`'
- '`cdf_crossval`'
- '`nlmR`'
- title: Probability Distributions
contents:
- '`dirichlet`'
- '`gamma3p`'
- '`ggamma`'
- '`hnorm`'
- '`weibull3p`'
- title: Auxiliary functions
contents:
- '`betaBinPost`'
- '`coefs`'
- '`hyp_matrix`'
- '`MANOVA`'
- '`mutualinf`'
- '`ppCplot`'
- '`rstudents`'
- '`unlist`'
articles:
- title: Vignettes
desc: ~
contents:
- '`usefr`'
- '`Nonlinear_Fit_of_Mixture_Distributions`'
- '`fisher-exact-test-failure-can-lead-to-biassed-results`'