-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
72 lines (71 loc) · 1.42 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
# Generated by roxygen2: do not edit by hand
S3method(genAssign,default)
S3method(genAssign,numPed)
S3method(geneDrop,default)
S3method(geneDrop,numPed)
S3method(makeAinv,default)
S3method(makeAinv,fuzzy)
S3method(makeDiiF,default)
S3method(makeDiiF,numPed)
S3method(makeT,default)
S3method(makeTinv,default)
S3method(makeTinv,numPed)
S3method(prunePed,default)
S3method(prunePed,numPed)
export(LRTest)
export(aiCI)
export(aiFun)
export(aic)
export(constrainFun)
export(drfx)
export(findDFC)
export(founderLine)
export(genAssign)
export(geneDrop)
export(ggcontrib)
export(grfx)
export(makeA)
export(makeAA)
export(makeAinv)
export(makeAstarMult)
export(makeD)
export(makeDiiF)
export(makeDomEpi)
export(makeDsim)
export(makeGGAinv)
export(makeM)
export(makeMinv)
export(makeMinvML)
export(makeS)
export(makeSd)
export(makeSdsim)
export(makeT)
export(makeTinv)
export(numPed)
export(pcc)
export(pin)
export(prepPed)
export(prunePed)
export(ronPed)
export(simGG)
export(simPedDFC)
export(simPedHS)
export(simPedMCN)
export(sm2list)
export(varTrans)
import(Matrix)
importFrom(graphics,abline)
importFrom(graphics,plot)
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,new)
importFrom(stats,as.formula)
importFrom(stats,deriv)
importFrom(stats,na.omit)
importFrom(stats,optimize)
importFrom(stats,pchisq)
importFrom(stats,qchisq)
importFrom(stats,qnorm)
importFrom(stats,rnorm)
importFrom(stats,sd)
useDynLib(nadiv, .registration = TRUE)