forked from kassambara/rstatix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
104 lines (98 loc) · 2.19 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
templates:
params:
bootswatch: lumen
ganalytics: UA-54921687-5
reference:
- title: Descriptive Statistics
contents:
- get_summary_stats
- freq_table
- get_mode
- identify_outliers
- mahalanobis_distance
- shapiro_test
- title: Comparing Means
contents:
- t_test
- wilcox_test
- sign_test
- anova_test
- welch_anova_test
- kruskal_test
- friedman_test
- get_comparisons
- get_y_position
- title: ANOVA helpers
contents:
- factorial_design
- anova_summary
- title: Post-Hoc Analyses
contents:
- tukey_hsd
- dunn_test
- games_howell_test
- emmeans_test
- title: Comparing Proportions
contents:
- prop_test
- chisq_test
- fisher_test
- binom_test
- multinom_test
- mcnemar_test
- cochran_qtest
- prop_trend_test
- title: Comparing Variances
contents:
- levene_test
- box_m
- title: Effect Size
contents:
- cohens_d
- wilcox_effsize
- eta_squared
- kruskal_effsize
- friedman_effsize
- cramer_v
- title: Correlation analysis
contents:
- cor_test
- cor_mat
- as_cor_mat
- cor_select
- pull_triangle
- replace_triangle
- cor_reorder
- cor_spread
- cor_gather
- cor_as_symbols
- cor_plot
- cor_mark_significant
- title: Adjust p-values and add significance symbols
contents:
- adjust_pvalue
- add_significance
- p_value
- title: Extract Information From Statistical Tests
contents:
- get_test_label
- remove_ns
- title: Data Manipulation Helper Functions
desc: These functions are internally used in rstatix and in ggpubr R package to make it easy to program with tidyverse packages using non standard evaluation.
contents:
- df_select
- df_arrange
- df_group_by
- df_nest_by
- df_split_by
- df_unite
- df_label_value
- df_get_var_names
- title: Others
contents:
- reexports
- doo
- sample_n_by
- convert_as_factor
- make_clean_names
- counts_to_cases