-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathNAMESPACE
57 lines (56 loc) · 1.31 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
# Generated by roxygen2: do not edit by hand
S3method(barplot,BMORSENV)
S3method(boxplot,BMECV)
S3method(boxplot,BMORSCV)
S3method(boxplot,BMTMECV)
S3method(plot,BME)
S3method(plot,BMORSCV)
S3method(plot,BMTME)
S3method(print,BME)
S3method(print,BMECV)
S3method(print,BMORS)
S3method(print,BMORSCV)
S3method(print,BMORSENV)
S3method(print,BMTME)
S3method(print,BMTMECV)
S3method(residuals,BME)
S3method(residuals,BMTME)
S3method(summary,BMECV)
S3method(summary,BMORSCV)
S3method(summary,BMORSENV)
S3method(summary,BMTMECV)
export(BME)
export(BMORS)
export(BMORS_Env)
export(BMTME)
export(CV.KFold)
export(CV.RandomPart)
export(cholesky)
export(detectCores)
importFrom(BGLR,BGLR)
importFrom(Rcpp,compileAttributes)
importFrom(dplyr,'%>%')
importFrom(dplyr,group_by)
importFrom(dplyr,mutate_if)
importFrom(dplyr,n)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(foreach,"%dopar%")
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,boxplot)
importFrom(graphics,plot)
importFrom(parallel,detectCores)
importFrom(stats,cor)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(stats,vcov)
importFrom(tidyr,gather)
importFrom(utils,head)
useDynLib(BMTME)