forked from IndrajeetPatil/ggstatsplot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
67 lines (57 loc) · 1.61 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
url: https://indrajeetpatil.github.io/ggstatsplot/
template:
ganalytics: "UA-46037435-2"
params:
docsearch:
api_key: 44345fbe359c5496fbc3955c513333d1
index_name: ggstatsplot
bootswatch: lumen
development:
mode: unreleased
authors:
Indrajeet Patil:
href: https://sites.google.com/site/indrajeetspatilmorality/
reference:
- title: Primary functions
desc: Main functions to use from `ggstatsplot`.
contents:
- starts_with("gg")
- combine_plots
- title: Grouped variants of primary functions
desc: Convenience functions to run the main functions repeatedly across all levels of a single grouping variable.
contents:
- starts_with("grouped_")
- title: Reexported functions
desc: Useful functions re-exported from other packages.
contents:
- specify_decimal_p
- signif_column
- lm_effsize_ci
- set_cwd
- "%>%"
- "%<>%"
- "%$%"
- "%||%"
- "%|%"
- title: Helper functions (messages)
desc: Simple function to display messages from tests carried out to check statistical assumptions of tests.
contents:
- ends_with("_message")
- title: Miscellaneous
desc: Sundry of helpful statistical functions.
contents:
- subtitle_meta_parametric
- title: Themes used
desc: The `ggplot2` themes used as default in `ggstatsplot`.
contents:
- starts_with("theme_")
- title: Data
desc: Datasets included in the package.
contents:
- movies_wide
- movies_long
- Titanic_full
- intent_morality
- iris_long
- VR_dilemma
- bugs_long