-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
53 lines (52 loc) · 1.19 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
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,table1)
S3method(long,data.frame)
S3method(long,matrix)
S3method(long,tbl_df)
S3method(long,tibble)
S3method(print,latex2)
S3method(print,table1)
S3method(print,tableF)
S3method(table1,data.frame)
S3method(wide,data.frame)
S3method(wide,matrix)
S3method(wide,tbl_df)
S3method(wide,tibble)
export(long)
export(rowmeans)
export(rowmeans.n)
export(rowsums)
export(rowsums.n)
export(table1)
export(table1_gt)
export(tableC)
export(tableF)
export(tableX)
export(to_latex)
export(washer)
export(wide)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(gt,fmt_markdown)
importFrom(gt,gt)
importFrom(gt,tab_spanner)
importFrom(knitr,kable)
importFrom(stats,IQR)
importFrom(stats,addmargins)
importFrom(stats,chisq.test)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,dchisq)
importFrom(stats,kruskal.test)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,oneway.test)
importFrom(stats,pt)
importFrom(stats,reshape)
importFrom(stats,resid)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,t.test)
importFrom(utils,capture.output)
importFrom(utils,write.csv)