-
Notifications
You must be signed in to change notification settings - Fork 87
Expand file tree
/
Copy path_pkgdown.yml
More file actions
65 lines (60 loc) · 1.34 KB
/
_pkgdown.yml
File metadata and controls
65 lines (60 loc) · 1.34 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
63
64
65
url: https://infer.tidymodels.org
template:
package: tidytemplate
bootstrap: 5
bslib:
danger: "#CA225E"
primary: "#CA225E"
includes:
in_header: |
<script src="https://cdn.jsdelivr.net/gh/posit-dev/supported-by-posit/js/badge.min.js" data-max-height="43" data-light-bg="#666f76" data-light-fg="#f9f9f9"></script>
<!-- Privacy-friendly analytics by Plausible -->
<script async src="https://plausible.io/js/pa-0msTCpOoTVCalTOh6NIzR.js"></script>
<script>
window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}};
plausible.init()
</script>
figures:
fig.width: 8
fig.height: 5.75
reference:
- title: Core Verbs
contents:
- specify
- hypothesize
- generate
- calculate
- fit.infer
- assume
- title: Helpers
contents:
- visualize
- get_p_value
- get_confidence_interval
- shade_p_value
- shade_confidence_interval
- title: Wrappers
contents:
- observe
- ends_with("_test")
- ends_with("_stat")
- title: Miscellaneous
contents:
- infer
- gss
- deprecated
- rep_sample_n
- "`%>%`"
- print.infer
articles:
- title: Articles
navbar:
contents:
- infer
- t_test
- anova
- chi_squared
- paired
- observed_stat_examples
development:
mode: auto