-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
42 lines (41 loc) · 1.05 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
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,writR)
S3method(print,writR)
export(aov_r)
export(cent_disp)
export(clean_data)
export(contingency)
export(is_normal)
export(is_var.equal)
export(k_sample)
export(lablr)
export(one_sample)
export(pairs_two_sample)
export(pairwise_test)
export(rm_anova)
export(sphericity)
export(sphericity_check)
export(style.p)
export(two_sample)
importFrom(PMCMRplus,durbinAllPairsTest)
importFrom(PMCMRplus,gamesHowellTest)
importFrom(PMCMRplus,kwAllPairsDunnTest)
importFrom(WRS2,lincon)
importFrom(WRS2,rmmcp)
importFrom(data.table,"%chin%")
importFrom(data.table,"%like%")
importFrom(data.table,":=")
importFrom(data.table,.N)
importFrom(data.table,.SD)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,dcast)
importFrom(data.table,fcase)
importFrom(data.table,fifelse)
importFrom(data.table,melt)
importFrom(data.table,rbindlist)
importFrom(lifecycle,deprecated)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,pairwise.t.test)
importFrom(utils,combn)