-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
63 lines (62 loc) · 1.54 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
# Generated by roxygen2: do not edit by hand
S3method("[",MPPsim)
S3method("[",ibdEst)
S3method(as.double,ibdEst)
S3method(print,EPresult)
S3method(print,LRpowerResult)
S3method(print,LRresult)
S3method(print,ibdEst)
export(LRpower)
export(MPPsims)
export(checkPairwise)
export(exclusionPower)
export(expectedLR)
export(findExclusions)
export(ibdBootstrap)
export(ibdEstimate)
export(ibdLoglik)
export(ibdLoglikFUN)
export(kinshipLR)
export(markerSim)
export(markerSimParametric)
export(missingPersonEP)
export(missingPersonIP)
export(missingPersonLR)
export(missingPersonPlot)
export(plotCP)
export(powerPlot)
export(profileSim)
export(profileSimParametric)
export(quickLR)
export(randomPersonEP)
export(readFam)
export(showInTriangle)
export(simpleSim)
import(pedprobr)
import(pedtools)
importFrom(grDevices,palette)
importFrom(graphics,contour)
importFrom(graphics,legend)
importFrom(graphics,points)
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(pedprobr,oneMarkerDistribution)
importFrom(ribd,ibdTriangle)
importFrom(ribd,inbreeding)
importFrom(ribd,kappaIBD)
importFrom(ribd,showInTriangle)
importFrom(stats,aggregate)
importFrom(stats,ecdf)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,setNames)
importFrom(utils,head)
importFrom(verbalisr,verbalise)