-
Notifications
You must be signed in to change notification settings - Fork 4
/
_pkgdown.yml
89 lines (71 loc) · 1.55 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
url: https://vistributions.rsquaredacademy.com
template:
bootstrap: 5
authors:
Aravind Hebbali:
href: https://www.aravindhebbali.com
templates:
params:
bootswatch: cerulean
ganalytics: UA-57270671-33
docsearch:
api_key:
index_name: vistribution
navbar:
title: "vistributions"
type: inverse
left:
- text: "Home"
href: index.html
- text: "Guides"
menu:
- text: "Introduction"
href: articles/introduction-to-vistributions.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/vistributions
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:
- vdist_launch_app
- title: Binomial
contents:
- vdist_binom_plot
- vdist_binom_perc
- vdist_binom_prob
- title: Chi Square
contents:
- vdist_chisquare_plot
- vdist_chisquare_perc
- vdist_chisquare_prob
- title: Normal
contents:
- vdist_normal_plot
- vdist_normal_perc
- vdist_normal_prob
- title: f
contents:
- vdist_f_plot
- vdist_f_perc
- vdist_f_prob
- title: t
contents:
- vdist_t_plot
- vdist_t_perc
- vdist_t_prob