-
Notifications
You must be signed in to change notification settings - Fork 8
/
_pkgdown.yml
54 lines (51 loc) · 1.08 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
template:
params:
bootswatch: cosmo
home:
links:
- text: GitHub Repo
href: https://github.com/ozancinar/poolr
navbar:
title: "poolr"
left:
- icon: fa-home fa-lg
href: index.html
- text: Quick Start
href: quick_start.html
- text: "Functions"
href: reference/index.html
- text: "Changelog"
href: news/index.html
reference:
- title: "Package Introduction"
desc: >
Introduction to the package.
contents:
- poolr-package
- title: "Base Methods"
desc: >
Functions to combine independent and dependent p-values.
contents:
- fisher
- stouffer
- invchisq
- binomtest
- bonferroni
- tippett
- title: "Support Functions"
desc: >
Functions to support the functionality of the base methods..
contents:
- empirical
- meff
- mvnconv
- print.poolr
- title: "Datasets"
desc: >
Functions for creating various types of plots.
contents:
- grid2ip.p
- grid2ip.ld
- grid2ip.geno
- grid2ip.pheno
- mvnlookup