-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
61 lines (60 loc) · 1.47 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
# Generated by roxygen2: do not edit by hand
S3method(print,dviData)
export(Bmarginal)
export(amDrivenDVI)
export(checkDVI)
export(compactJointRes)
export(directMatch)
export(dviCompare)
export(dviData)
export(dviJoint)
export(dviSim)
export(dviSolve)
export(excludePairing)
export(exclusionMatrix)
export(expand.grid.nodup)
export(familias2dvir)
export(findExcluded)
export(findNonidentifiable)
export(findUndisputed)
export(formatSummary)
export(generatePairings)
export(getFamily)
export(getSimpleFams)
export(jointDVI)
export(mergePM)
export(ncomb)
export(pairwiseLR)
export(plotDVI)
export(plotSolution)
export(plotUndisputed)
export(relabelDVI)
export(sequentialDVI)
export(setPairing)
export(subsetDVI)
export(swapOrientation)
import(pedtools)
importFrom(forrel,findExclusions)
importFrom(forrel,profileSim)
importFrom(grDevices,dev.new)
importFrom(graphics,grconvertX)
importFrom(graphics,grconvertY)
importFrom(graphics,layout)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,rect)
importFrom(parallel,clusterEvalQ)
importFrom(parallel,clusterExport)
importFrom(parallel,clusterSetRNGStream)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
importFrom(pbapply,pblapply)
importFrom(pbapply,pboptions)
importFrom(pedprobr,likelihood)
importFrom(stats,aggregate)
importFrom(stats,setNames)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(verbalisr,verbalise)