-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathNAMESPACE
More file actions
114 lines (113 loc) · 2.75 KB
/
Copy pathNAMESPACE
File metadata and controls
114 lines (113 loc) · 2.75 KB
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
# Generated by roxygen2: do not edit by hand
S3method(addComma,cbind.mytable)
S3method(addComma,character)
S3method(addComma,data.frame)
S3method(addComma,mytable)
S3method(addComma,mytable.df)
S3method(cbind,mytable)
S3method(compress,cbind.mytable)
S3method(compress,data.frame)
S3method(compress,mytable)
S3method(mycsv,cbind.mytable)
S3method(mycsv,mytable)
S3method(mycsv,mytable.df)
S3method(myhtml,cbind.mytable)
S3method(myhtml,default)
S3method(myhtml,mytable)
S3method(mylatex,cbind.mytable)
S3method(mylatex,default)
S3method(mylatex,mytable)
S3method(mytable,data.frame)
S3method(mytable,formula)
S3method(print,cbind.mytable)
S3method(print,mytable)
S3method(print,mytable.df)
S3method(summary,cbind.mytable)
S3method(summary,mytable)
export(HRplot)
export(ORplot)
export(ORplot.sub)
export(addComma)
export(addLabelDf)
export(cat.test)
export(centerprint)
export(changeColnameLabel)
export(comma)
export(completeTable)
export(compress)
export(deleteRows)
export(densityplot)
export(extractHR)
export(extractKind)
export(extractOR)
export(getLabel)
export(getMapping)
export(my.chisq.test)
export(my.t.test)
export(mycph)
export(mycsv)
export(myhtml)
export(mylatex)
export(mytable)
export(mytable2)
export(mytable2df)
export(mytable2html)
export(mytable_df)
export(mytable_sub)
export(mytable_sub2)
export(num_summary)
export(printmytable2)
export(rank2group)
export(reprint)
export(std.error)
export(validColname)
importFrom(crayon,red)
importFrom(grDevices,rainbow)
importFrom(graphics,abline)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(janitor,make_clean_names)
importFrom(magrittr,"%>%")
importFrom(sjmisc,to_label)
importFrom(stats,IQR)
importFrom(stats,addmargins)
importFrom(stats,anova)
importFrom(stats,as.formula)
importFrom(stats,chisq.test)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,confint.default)
importFrom(stats,density)
importFrom(stats,fisher.test)
importFrom(stats,fivenum)
importFrom(stats,kruskal.test)
importFrom(stats,lm)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,prop.trend.test)
importFrom(stats,resid)
importFrom(stats,sd)
importFrom(stats,shapiro.test)
importFrom(stats,t.test)
importFrom(stats,terms)
importFrom(stats,var.test)
importFrom(stats,wilcox.test)
importFrom(stats,xtabs)
importFrom(stringr,fixed)
importFrom(stringr,str_detect)
importFrom(stringr,str_flatten)
importFrom(stringr,str_pad)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_trim)
importFrom(utils,packageVersion)
importFrom(utils,write.csv)
importFrom(utils,write.table)