-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
59 lines (58 loc) · 1.3 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(confint,ctmedboot)
S3method(confint,ctmeddelta)
S3method(confint,ctmedmc)
S3method(plot,ctmedboot)
S3method(plot,ctmeddelta)
S3method(plot,ctmedmc)
S3method(plot,ctmedmed)
S3method(plot,ctmedtraj)
S3method(print,ctmedboot)
S3method(print,ctmeddelta)
S3method(print,ctmedeffect)
S3method(print,ctmedmc)
S3method(print,ctmedmcphi)
S3method(print,ctmedmed)
S3method(print,ctmedtraj)
S3method(summary,ctmedboot)
S3method(summary,ctmeddelta)
S3method(summary,ctmedmc)
S3method(summary,ctmedmed)
S3method(summary,ctmedposteriorphi)
S3method(summary,ctmedtraj)
export(BootBeta)
export(BootBetaStd)
export(BootMed)
export(BootMedStd)
export(DeltaBeta)
export(DeltaBetaStd)
export(DeltaIndirectCentral)
export(DeltaMed)
export(DeltaMedStd)
export(DeltaTotalCentral)
export(Direct)
export(DirectStd)
export(ExpCov)
export(ExpMean)
export(Indirect)
export(IndirectCentral)
export(IndirectStd)
export(MCBeta)
export(MCBetaStd)
export(MCIndirectCentral)
export(MCMed)
export(MCMedStd)
export(MCPhi)
export(MCTotalCentral)
export(Med)
export(MedStd)
export(PosteriorBeta)
export(PosteriorIndirectCentral)
export(PosteriorMed)
export(PosteriorTotalCentral)
export(Total)
export(TotalCentral)
export(TotalStd)
export(Trajectory)
importFrom(Rcpp,sourceCpp)
useDynLib(cTMed, .registration = TRUE)