-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_pkgdown.yml
92 lines (77 loc) · 2.14 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
# _pkgdown.yml
# Website URL
url: https://marton-balazs-kovacs.github.io/SampleSizePlanner/
# Update to Bootstrap 5 for improved styling and features
template:
bootstrap: 5
# Authors information
authors:
Marton Kovacs:
href: https://github.com/marton-balazs-kovacs
Andrew Santino:
href: https://github.com/andrewse98
Sebastian A. J. Lortz:
href: https://github.com/sajLortz
Maximilian Linde:
href: https://github.com/maxlinde
reference:
- title: Shiny App
desc: Functions to use the shiny app
contents:
- run_app
- title: Sample size planning functions for t-tests
desc: Functions to determine the sample size for two-group designs
contents:
- ssp_aipe
- ssp_app
- ssp_bf_predetermined
- ssp_bfda
- ssp_eq_bf
- ssp_power_curve
- ssp_power_traditional
- ssp_rope
- ssp_tost
- ssp_infer_bf
- title: Sample size planning functions for ANOVA
desc: Functions to determine the sample size for 2*2 designs
contents:
- ssp_power_traditional_anova
- ssp_anova_eq
- ssp_anova_bf
- ssp_anova_rope
- title: Plotting
desc: Functions to plot the results of sample determination
contents:
- plot_power_curve
- title: Datafiles
desc: Description of pacakge datafiles
contents:
- rope_precalculation_results
- bfda_precalculation_results
- eq_bf_precalculation_results
- infer_bf_precalculation_results
- bayes_anova_data
- eq_anova_data
- rope_anova_data
# Home page settings
home:
strip_header: false
links:
- text: "Find the Shiny app"
href: "https://marton-balazs-kovacs.github.io/SampleSizePlanner/"
- text: "GitHub repository"
href: "https://github.com/marton-balazs-kovacs/SampleSizePlanner"
icon: fa-github
aria-label: "GitHub repository for SampleSizePlanner"
# Navbar configuration
navbar:
structure:
left: [reference, articles]
right: [github]
components:
github:
icon: fa-github
href: https://github.com/marton-balazs-kovacs/SampleSizePlanner
aria-label: "GitHub repository for SampleSizePlanner"
# Favicon for the website (ensure favicon files are available in inst/logo/)
favicon: inst/app/www/ssp_logo_128.png