forked from kaz-yos/tableone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
39 lines (38 loc) · 987 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
# Generated by roxygen2: do not edit by hand
S3method(print,CatTable)
S3method(print,ContTable)
S3method(print,TableOne)
S3method(print,svyCatTable)
S3method(print,svyContTable)
S3method(summary,CatTable)
S3method(summary,ContTable)
S3method(summary,TableOne)
S3method(summary,svyCatTable)
S3method(summary,svyContTable)
export(CreateCatTable)
export(CreateContTable)
export(CreateTableOne)
export(ExtractSmd)
export(ShowRegTable)
export(kableone)
export(svyCreateCatTable)
export(svyCreateContTable)
export(svyCreateTableOne)
import(survey)
importFrom(stats,as.formula)
importFrom(stats,chisq.test)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,fisher.test)
importFrom(stats,kruskal.test)
importFrom(stats,median)
importFrom(stats,oneway.test)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(stats,vcov)
importFrom(stats,xtabs)
importFrom(utils,capture.output)
importFrom(utils,combn)
importFrom(utils,tail)