-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path_pkgdown.yml
136 lines (133 loc) · 3.42 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
url: https://radiant-rstats.github.io/radiant.basics
template:
params:
docsearch:
api_key: 0629d253426ce7046f92e2bc5bb11b03
index_name: radiant_basics
navbar:
title: "radiant.basics"
left:
- icon: fa-home fa-lg
href: index.html
- text: "Reference"
href: reference/index.html
- text: "Articles"
href: articles/index.html
- text: "Changelog"
href: news/index.html
- text: "Other Packages"
menu:
- text: "radiant"
href: https://radiant-rstats.github.io/radiant/
- text: "radiant.data"
href: https://radiant-rstats.github.io/radiant.data/
- text: "radiant.design"
href: https://radiant-rstats.github.io/radiant.design/
- text: "radiant.basics"
href: https://radiant-rstats.github.io/radiant.basics/
- text: "radiant.model"
href: https://radiant-rstats.github.io/radiant.model/
- text: "radiant.multivariate"
href: https://radiant-rstats.github.io/radiant.multivariate/
- text: "docker"
href: https://github.com/radiant-rstats/docker
right:
- icon: fa-twitter fa-lg
href: https://twitter.com/vrnijs
- icon: fa-github fa-lg
href: https://github.com/radiant-rstats
reference:
- title: Basics > Probability
desc: Functions used with the Probability Calculator and the Central Limit Theorem simulator
contents:
- clt
- plot.clt
- prob_binom
- summary.prob_binom
- plot.prob_binom
- prob_chisq
- summary.prob_chisq
- plot.prob_chisq
- prob_disc
- summary.prob_disc
- plot.prob_disc
- prob_expo
- summary.prob_expo
- plot.prob_expo
- prob_fdist
- summary.prob_fdist
- plot.prob_fdist
- prob_lnorm
- summary.prob_lnorm
- plot.prob_lnorm
- prob_norm
- summary.prob_norm
- plot.prob_norm
- prob_pois
- summary.prob_pois
- plot.prob_pois
- prob_tdist
- summary.prob_tdist
- plot.prob_tdist
- prob_unif
- summary.prob_unif
- plot.prob_unif
- title: Basics > Means
desc: Functions used with Basics > Means
contents:
- single_mean
- summary.single_mean
- plot.single_mean
- compare_means
- summary.compare_means
- plot.compare_means
- title: Basics > Proportions
desc: Functions used with Basics > Proportions
contents:
- single_prop
- summary.single_prop
- plot.single_prop
- compare_props
- summary.compare_props
- plot.compare_props
- title: Basics > Tables
desc: Functions used with Basics > Tables
contents:
- goodness
- summary.goodness
- plot.goodness
- cross_tabs
- summary.cross_tabs
- plot.cross_tabs
- correlation
- summary.correlation
- plot.correlation
- print.rcorr
- cor2df
- title: Data sets
desc: Data sets bundled with radiant.basics
contents:
- consider
- demand_uk
- newspaper
- salary
- title: Starting radiant.basics
desc: Functions used to start the radiant.basics shiny app
contents:
- radiant.basics
- radiant.basics_viewer
- radiant.basics_window
articles:
- title: Basics Menu
desc: >
These vignettes provide an introduction to the Basics menu in radiant
contents:
- pkgdown/clt
- pkgdown/prob_calc
- pkgdown/single_mean
- pkgdown/compare_means
- pkgdown/single_prop
- pkgdown/compare_props
- pkgdown/goodness
- pkgdown/cross_tabs
- pkgdown/correlation