-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathNAMESPACE
126 lines (125 loc) · 2.91 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
# Generated by roxygen2: do not edit by hand
S3method("[",dagitty.cis)
S3method("[",dagitty.ivs)
S3method("[",dagitty.sets)
S3method(as.character,dagitty.ci)
S3method(as.dagitty,bn)
S3method(as.dagitty,character)
S3method(as.dagitty,default)
S3method(as.list,dagitty.cis)
S3method(as.list,dagitty.ivs)
S3method(as.list,dagitty.sets)
S3method(c,dagitty)
S3method(convert,character)
S3method(convert,dagitty)
S3method(edges,character)
S3method(edges,dagitty)
S3method(names,dagitty)
S3method(plot,dagitty)
S3method(print,dagitty)
S3method(print,dagitty.ci)
S3method(print,dagitty.cis)
S3method(print,dagitty.ivs)
S3method(print,dagitty.sets)
S3method(toString,dagitty)
export("adjustedNodes<-")
export("coordinates<-")
export("exposures<-")
export("latents<-")
export("outcomes<-")
export(adjacentNodes)
export(adjustedNodes)
export(adjustmentSets)
export(ancestorGraph)
export(ancestors)
export(as.dagitty)
export(backDoorGraph)
export(canonicalize)
export(children)
export(ciTest)
export(completeDAG)
export(convert)
export(coordinates)
export(dagitty)
export(dconnected)
export(descendants)
export(downloadGraph)
export(dseparated)
export(edges)
export(equivalenceClass)
export(equivalentDAGs)
export(exogenousVariables)
export(exposures)
export(findCycle)
export(getExample)
export(graphLayout)
export(graphType)
export(impliedConditionalIndependencies)
export(impliedCovarianceMatrix)
export(instrumentalVariables)
export(is.dagitty)
export(isAcyclic)
export(isAdjustmentSet)
export(isCollider)
export(latents)
export(lavaanToGraph)
export(localTests)
export(markovBlanket)
export(measurementPart)
export(moralize)
export(neighbours)
export(orientPDAG)
export(outcomes)
export(parents)
export(paths)
export(plotLocalTestResults)
export(randomDAG)
export(setVariableStatus)
export(simulateLogistic)
export(simulateSEM)
export(spouses)
export(structuralPart)
export(toMAG)
export(topologicalOrdering)
export(vanishingTetrads)
import(V8)
import(jsonlite)
importFrom(MASS,ginv)
importFrom(boot,boot)
importFrom(grDevices,dev.size)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,segments)
importFrom(graphics,strheight)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(graphics,xspline)
importFrom(methods,is)
importFrom(stats,as.formula)
importFrom(stats,cancor)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,confint)
importFrom(stats,cor)
importFrom(stats,cor.test)
importFrom(stats,cov)
importFrom(stats,cov2cor)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,qchisq)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,weighted.mean)
importFrom(utils,capture.output)
importFrom(utils,combn)
importFrom(utils,tail)