-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
62 lines (56 loc) · 1.32 KB
/
Copy path_pkgdown.yml
File metadata and controls
62 lines (56 loc) · 1.32 KB
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
template:
bootstrap: 5
bootswatch: flatly
development:
mode: release
url: https://dai540.github.io/statsguider/
home:
title: statsguider
description: Minimal, guided statistical test selection for simple group comparisons.
navbar:
structure:
left: [home, getting_started, guides, tutorials, reference]
right: [github]
components:
home:
text: Home
href: index.html
getting_started:
text: Getting Started
href: articles/getting-started.html
guides:
text: Guides
href: articles/guide-decision-rules.html
tutorials:
text: Tutorials
href: articles/tutorial-two-group-continuous.html
reference:
text: Reference
href: reference/index.html
github:
icon: fa-github
href: https://github.com/dai540/statsguider
aria-label: GitHub repository
reference:
- title: Main functions
contents:
- select_test
- guided_test
- recommend_test
- run_test
- check_design
articles:
- title: Getting Started
navbar: Getting Started
contents:
- getting-started
- title: Guides
navbar: Guides
contents:
- guide-decision-rules
- guide-main-functions
- title: Tutorials
navbar: Tutorials
contents:
- tutorial-two-group-continuous
- tutorial-paired-binary