-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathNAMESPACE
executable file
·37 lines (33 loc) · 977 Bytes
/
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
useDynLib(BGLR, .registration=TRUE)
importFrom("graphics", "abline", "plot")
importFrom("stats", "cor", "dbeta", "dchisq", "dexp", "dgamma",
"dnorm", "model.frame", "model.matrix", "pnorm", "qnorm",
"rbeta", "rbinom", "rchisq", "rgamma", "rnorm", "runif",
"var", "weighted.mean","sd","complete.cases","factanal","varimax",
"cov")
importFrom("utils", "read.table")
importFrom("truncnorm", "rtruncnorm")
importFrom("MASS","mvrnorm")
importFrom("methods", "is")
export(BGLR,
BLR,
read_bed,
read_ped,
write_bed,
readBinMat,
getVariances,
BFDR,
BLRCross,
BLRXy,
Multitrait,
readBinMatMultitrait,
xpnd,
vech,
getGCovar)
#Actually we are not using S4 methods...
#exportMethods(BGLR)
#S3method(effects, BGLR)
S3method(plot, BGLR)
S3method(residuals,BGLR)
S3method(predict,BGLR)
S3method(summary,BGLR)