forked from IndrajeetPatil/ggstatsplot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
234 lines (233 loc) · 6.27 KB
/
NAMESPACE
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
# Generated by roxygen2: do not edit by hand
export("%$%")
export("%<>%")
export("%>%")
export(bartlett_message)
export(bf_caption_maker)
export(bf_contingency_tab)
export(bf_corr_test)
export(bf_extractor)
export(bf_meta_message)
export(bf_one_sample_ttest)
export(bf_oneway_anova)
export(bf_ttest)
export(bf_two_sample_ttest)
export(combine_plots)
export(ggbarstats)
export(ggbetweenstats)
export(ggcoefstats)
export(ggcorrmat)
export(ggdotplotstats)
export(gghistostats)
export(ggpiestats)
export(ggplot_converter)
export(ggscatterstats)
export(ggwithinstats)
export(grouped_ggbarstats)
export(grouped_ggbetweenstats)
export(grouped_ggcorrmat)
export(grouped_ggdotplotstats)
export(grouped_gghistostats)
export(grouped_ggpiestats)
export(grouped_ggscatterstats)
export(grouped_ggwithinstats)
export(lm_effsize_ci)
export(normality_message)
export(outlier_df)
export(pairwise_p)
export(set_cwd)
export(signif_column)
export(specify_decimal_p)
export(subtitle_anova_bayes)
export(subtitle_anova_nonparametric)
export(subtitle_anova_parametric)
export(subtitle_anova_robust)
export(subtitle_contingency_tab)
export(subtitle_ggscatterstats)
export(subtitle_mann_nonparametric)
export(subtitle_meta_ggcoefstats)
export(subtitle_onesample_proptest)
export(subtitle_t_bayes)
export(subtitle_t_nonparametric)
export(subtitle_t_onesample)
export(subtitle_t_parametric)
export(subtitle_t_robust)
export(subtitle_template)
export(theme_corrmat)
export(theme_ggstatsplot)
export(theme_mprl)
export(theme_pie)
export(tibble)
import(ggplot2)
importFrom(BayesFactor,anovaBF)
importFrom(BayesFactor,contingencyTableBF)
importFrom(BayesFactor,correlationBF)
importFrom(BayesFactor,extractBF)
importFrom(BayesFactor,logMeanExpLogs)
importFrom(BayesFactor,ttestBF)
importFrom(DescTools,KendallW)
importFrom(DescTools,SpearmanRho)
importFrom(MCMCpack,rdirichlet)
importFrom(WRS2,lincon)
importFrom(WRS2,onesampb)
importFrom(WRS2,pball)
importFrom(WRS2,pbcor)
importFrom(WRS2,rmanova)
importFrom(WRS2,rmmcp)
importFrom(WRS2,t1way)
importFrom(WRS2,yuen)
importFrom(WRS2,yuen.effect.ci)
importFrom(WRS2,yuend)
importFrom(boot,boot)
importFrom(boot,boot.ci)
importFrom(broomExtra,augment)
importFrom(broomExtra,glance)
importFrom(broomExtra,tidy)
importFrom(cowplot,add_sub)
importFrom(cowplot,draw_grob)
importFrom(cowplot,draw_label)
importFrom(cowplot,ggdraw)
importFrom(cowplot,plot_grid)
importFrom(crayon,blue)
importFrom(crayon,green)
importFrom(crayon,red)
importFrom(crayon,yellow)
importFrom(dplyr,all_vars)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,contains)
importFrom(dplyr,desc)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,filter_at)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_at)
importFrom(dplyr,if_else)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,mutate_if)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,select_if)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarize)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(dplyr,union)
importFrom(dplyr,vars)
importFrom(ellipsis,check_dots_used)
importFrom(ez,ezANOVA)
importFrom(forcats,fct_relabel)
importFrom(forcats,fct_reorder)
importFrom(ggExtra,ggMarginal)
importFrom(ggcorrplot,ggcorrplot)
importFrom(ggrepel,geom_label_repel)
importFrom(ggsignif,geom_signif)
importFrom(glue,glue)
importFrom(grid,grobTree)
importFrom(grid,unit)
importFrom(groupedstats,grouped_proptest)
importFrom(groupedstats,grouped_summary)
importFrom(groupedstats,lm_effsize_ci)
importFrom(groupedstats,lm_effsize_standardizer)
importFrom(groupedstats,set_cwd)
importFrom(groupedstats,signif_column)
importFrom(groupedstats,specify_decimal_p)
importFrom(jmv,anovaNP)
importFrom(jmv,anovaRMNP)
importFrom(magrittr,"%$%")
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(metaBMA,meta_random)
importFrom(metafor,rma)
importFrom(methods,is)
importFrom(paletteer,scale_color_paletteer_d)
importFrom(paletteer,scale_fill_paletteer_d)
importFrom(psych,corr.p)
importFrom(psych,corr.test)
importFrom(purrr,"%||%")
importFrom(purrr,discard)
importFrom(purrr,flatten_dbl)
importFrom(purrr,is_bare_double)
importFrom(purrr,is_bare_numeric)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,pmap)
importFrom(purrr,set_names)
importFrom(purrrlyr,by_row)
importFrom(rcompanion,cohenG)
importFrom(rcompanion,cramerV)
importFrom(rcompanion,cramerVFit)
importFrom(rcompanion,epsilonSquared)
importFrom(rcompanion,wilcoxonOneSampleR)
importFrom(rcompanion,wilcoxonPairedR)
importFrom(rcompanion,wilcoxonR)
importFrom(rlang,"!!!")
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(rlang,as_name)
importFrom(rlang,as_quosure)
importFrom(rlang,enexpr)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,ensym)
importFrom(rlang,exec)
importFrom(rlang,is_null)
importFrom(rlang,new_formula)
importFrom(rlang,parse_expr)
importFrom(rlang,quo_is_null)
importFrom(rlang,quo_name)
importFrom(rlang,quo_text)
importFrom(scales,percent)
importFrom(scales,percent_format)
importFrom(sjstats,p_value)
importFrom(stats,TukeyHSD)
importFrom(stats,aov)
importFrom(stats,as.formula)
importFrom(stats,bartlett.test)
importFrom(stats,chisq.test)
importFrom(stats,confint)
importFrom(stats,cor)
importFrom(stats,cor.test)
importFrom(stats,dmultinom)
importFrom(stats,dnorm)
importFrom(stats,friedman.test)
importFrom(stats,kruskal.test)
importFrom(stats,lm)
importFrom(stats,mcnemar.test)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,oneway.test)
importFrom(stats,p.adjust)
importFrom(stats,pairwise.t.test)
importFrom(stats,pt)
importFrom(stats,ptukey)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,qtukey)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,shapiro.test)
importFrom(stats,t.test)
importFrom(stats,uniroot)
importFrom(stats,var)
importFrom(stats,wilcox.test)
importFrom(stringr,str_replace)
importFrom(tibble,as_tibble)
importFrom(tibble,enframe)
importFrom(tibble,rowid_to_column)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tibble,tribble)
importFrom(tidyr,drop_na)
importFrom(tidyr,gather)
importFrom(tidyr,separate)
importFrom(tidyr,spread)
importFrom(tidyr,uncount)
importFrom(tidyr,unite)
importFrom(utils,combn)