-
Notifications
You must be signed in to change notification settings - Fork 8
/
_pkgdown.yml
87 lines (73 loc) · 1.59 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
url: https://inferr.rsquaredacademy.com
template:
bootstrap: 5
authors:
Aravind Hebbali:
href: https://www.aravindhebbali.com
templates:
params:
bootswatch: cerulean
navbar:
title: "inferr"
type: inverse
left:
- text: "Home"
href: index.html
- text: "Guides"
menu:
- text: "Intro"
href: articles/intro.html
- text: "Reference"
menu:
- text: "Functions"
href: reference/index.html
- text: "News"
href: news/index.html
right:
- icon: fa-github
href: https://github.com/rsquaredacademy/inferr
home:
links:
- text: Our R packages
href: https://pkgs.rsquaredacademy.com
- text: Read our blog
href: https://blog.rsquaredacademy.com
- text: Our ebooks
href: https://ebooks.rsquaredacademy.com
- text: Online courses
href: https://www.rsquaredacademy.com
reference:
- title: Shiny App
contents:
- ifr_launch_shiny_app
- title: Parametric Tests
contents:
- ifr_binom_calc
- ifr_binom_test
- ifr_levene_test
- ifr_os_prop_test
- ifr_os_t_test
- ifr_os_var_test
- ifr_ts_ind_ttest
- ifr_ts_paired_ttest
- ifr_ts_prop_test
- ifr_ts_var_test
- title: Non-parametric Tests
contents:
- ifr_chisq_assoc_test
- ifr_chisq_gof_test
- ifr_cochran_qtest
- ifr_mcnemar_test
- ifr_runs_test
- title: ANOVA
contents:
- ifr_oneway_anova
- title: Data
desc: >
inferr comes with a built-in datasets which are used to
illustrate the functions as well as for running tests.
contents:
- hsb
- exam
- treatment
- treatment2