-
Notifications
You must be signed in to change notification settings - Fork 13
/
NAMESPACE
92 lines (91 loc) · 2.28 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
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
# Generated by roxygen2: do not edit by hand
S3method(extractAIC,coxme)
export(CreateTableOne2)
export(CreateTableOneJS)
export(LabelepiDisplay)
export(LabeljsCox)
export(LabeljsGeeglm)
export(LabeljsMetric)
export(LabeljsMixed)
export(LabeljsRanef)
export(LabeljsTable)
export(TableSubgroupCox)
export(TableSubgroupGLM)
export(TableSubgroupMultiCox)
export(TableSubgroupMultiGLM)
export(coefNA)
export(cox2.display)
export(coxme.display)
export(geeExp)
export(geeUni)
export(geeglm.display)
export(glmshow.display)
export(lmer.display)
export(mk.lev)
export(mk.lev.var)
export(opt.data)
export(opt.roc)
export(opt.simpledown)
export(opt.tb1)
export(opt.tbreg)
export(svyCreateTableOne2)
export(svyCreateTableOneJS)
export(svycox.display)
export(svyregress.display)
importFrom(coxme,coxme)
importFrom(coxme,fixef)
importFrom(data.table,":=")
importFrom(data.table,CJ)
importFrom(data.table,data.table)
importFrom(data.table,setkey)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_split)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(geepack,geeglm)
importFrom(labelled,"var_label<-")
importFrom(labelled,var_label)
importFrom(lme4,confint.merMod)
importFrom(lme4,glmer)
importFrom(lme4,lmer)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_dbl)
importFrom(purrr,possibly)
importFrom(stats,AIC)
importFrom(stats,anova)
importFrom(stats,as.formula)
importFrom(stats,chisq.test)
importFrom(stats,coef)
importFrom(stats,coefficients)
importFrom(stats,complete.cases)
importFrom(stats,confint)
importFrom(stats,cor)
importFrom(stats,fisher.test)
importFrom(stats,formula)
importFrom(stats,gaussian)
importFrom(stats,glm)
importFrom(stats,kruskal.test)
importFrom(stats,oneway.test)
importFrom(stats,pnorm)
importFrom(stats,poisson)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quasibinomial)
importFrom(stats,quasipoisson)
importFrom(stats,shapiro.test)
importFrom(stats,update)
importFrom(survey,regTermTest)
importFrom(survey,svycoxph)
importFrom(survey,svyglm)
importFrom(survival,cluster)
importFrom(survival,coxph)
importFrom(survival,frailty)
importFrom(tableone,CreateTableOne)
importFrom(tableone,svyCreateTableOne)
importFrom(tibble,tibble)
importFrom(utils,tail)