-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
41 lines (40 loc) · 984 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(demo_group_diff)
export(gui)
export(independent_samples)
export(item_analysis)
export(one_way_ancova)
export(one_way_repeated_anova)
export(paired_samples)
import(car)
import(emmeans)
import(ggplot2)
import(ggpubr)
import(ggrepel)
import(readr)
import(reshape)
import(rstatix)
import(tibble)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(graphics,hist)
importFrom(psych,describe)
importFrom(psych,describeBy)
importFrom(stats,TukeyHSD)
importFrom(stats,aov)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,friedman.test)
importFrom(stats,interaction.plot)
importFrom(stats,kruskal.test)
importFrom(stats,lm)
importFrom(stats,mcnemar.test)
importFrom(stats,pairwise.wilcox.test)
importFrom(stats,reorder)
importFrom(stats,reshape)
importFrom(stats,resid)
importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(stats,shapiro.test)
importFrom(stats,t.test)
importFrom(stats,wilcox.test)