-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
59 lines (58 loc) · 1.48 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
# Generated by roxygen2: do not edit by hand
S3method(plot,episensr.booted)
S3method(plot,episensr.probsens)
S3method(plot,mbias)
S3method(print,episensr)
S3method(print,episensr.booted)
S3method(print,mbias)
export("%>%")
export(boot.bias)
export(confounders)
export(confounders.array)
export(confounders.emm)
export(confounders.evalue)
export(confounders.ext)
export(confounders.limit)
export(confounders.poly)
export(mbias)
export(misclassification)
export(misclassification.cov)
export(multidimBias)
export(multiple.bias)
export(probsens)
export(probsens.conf)
export(probsens.irr)
export(probsens.irr.conf)
export(probsens.sel)
export(selection)
importFrom(dagitty,coordinates)
importFrom(ggdag,confounder_triangle)
importFrom(ggdag,coords2df)
importFrom(ggdag,coords2list)
importFrom(ggdag,dagify)
importFrom(ggdag,ggdag)
importFrom(ggdag,m_bias)
importFrom(ggdag,theme_dag)
importFrom(ggplot2,aes)
importFrom(ggplot2,after_stat)
importFrom(ggplot2,annotate)
importFrom(ggplot2,fortify)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(magrittr,"%>%")
importFrom(stats,binom.test)
importFrom(stats,median)
importFrom(stats,qbeta)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rbeta)
importFrom(stats,rlnorm)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(utils,packageVersion)