-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
93 lines (91 loc) · 2.32 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
template:
includes:
in_header:
- <script src="extra_script_header.js"></script>
- <link rel="stylesheet" href="extra.css">
after_body: <script src="extra_script.js"></script>
bootstrap: 5
bootswatch: flatly
bslib:
pkgdown-nav-height: 100px
base_font: {google: {family: "Fira Sans", wght: "100;200;300;400;500;600;700;800;900"}}
heading_font: {google: {family: "Roboto Slab", wght: "100;200;300;400;500;600;700;800;900"}}
code_font: {google: "Fira Code"}
headings-font-weight: 400
font-weight-normal: 300
nested-kbd-font-weight: 400
nav-link-font-weight: 400
link-decoration: "none"
link-color: "#0372b7"
navbar:
structure:
left: [intro, reference]
right: [search, github, vu]
components:
intro:
text: Get Started
href: articles/web/get-started.html
reference:
text: Tools
menu:
- text: Function Reference
href: reference/index.html
- text: -------
- text: Installation Guide
href: articles/web/installation.html
- text: A Look Inside
href: articles/web/look_inside.html
- text: Data Validator
href: data-validator.html
footer:
structure:
left: developed_by
right: null
reference:
- title: "Preparation Module"
desc: >
Functions to prepare the data and calculate effect sizes.
contents:
- checkDataFormat
- checkConflicts
- filterPoolingData
- filterPriorityRule
- calculateEffectSizes
- title: "Analysis Module"
desc: "Functions to run meta-analyses."
contents:
- runMetaAnalysis
- correctPublicationBias
- subgroupAnalysis
- starts_with("metaRegression")
- exploreStudies
- createStudyTable
- createRobSummary
- title: "Effect Size Calculators"
desc: "Default plug-in functions used by `calculateEffectSizes`."
contents:
- g.m.sd
- g.change.m.sd
- g.binary
- g.precalc
- rr.precalc
- rr.binary
- title: "S3 Methods & Helper Functions"
desc: "Additional functionality for core functions."
contents:
- blup.runMetaAnalysis
- blup
- eb.runMetaAnalysis
- eb
- imputeResponse
- starts_with("metapsy")
- profile.runMetaAnalysis
- proportionMID
- addTrialArmInfo
- starts_with("plot")
- starts_with("print")
- starts_with("summary")
- starts_with("Replacement")
- title: "Datasets"
contents:
- depressionPsyCtr