-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
56 lines (55 loc) · 1.46 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
# Generated by roxygen2: do not edit by hand
export(check.cft)
export(check.confidence)
export(check.exposure)
export(check.integrals)
export(check.rr)
export(check.thetas)
export(check.xvar)
export(counterfactual.plot)
export(counterfactual.plot.continuous)
export(counterfactual.plot.discrete)
export(paf)
export(paf.combine)
export(paf.confidence)
export(paf.confidence.inverse)
export(paf.confidence.one2one)
export(paf.exponential)
export(paf.linear)
export(paf.plot)
export(paf.sensitivity)
export(pif)
export(pif.approximate)
export(pif.combine)
export(pif.conditional.variance.linear)
export(pif.confidence)
export(pif.confidence.approximate)
export(pif.confidence.approximate.loglinear)
export(pif.confidence.bootstrap)
export(pif.confidence.linear)
export(pif.confidence.loglinear)
export(pif.empirical)
export(pif.heatmap)
export(pif.kernel)
export(pif.plot)
export(pif.sensitivity)
export(pif.variance.approximate.linear)
export(pif.variance.linear)
export(risk.ratio.approximate.confidence)
export(risk.ratio.confidence)
import(MASS)
import(ggplot2)
importFrom(MASS,mvrnorm)
importFrom(grDevices,heat.colors)
importFrom(matrixcalc,is.positive.semi.definite)
importFrom(matrixcalc,is.square.matrix)
importFrom(matrixcalc,is.symmetric.matrix)
importFrom(numDeriv,grad)
importFrom(numDeriv,hessian)
importFrom(sfsmisc,integrate.xy)
importFrom(stats,approx)
importFrom(stats,density)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,var)
importFrom(stats,weighted.mean)