-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
46 lines (45 loc) · 1.07 KB
/
NAMESPACE
File metadata and controls
46 lines (45 loc) · 1.07 KB
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
# Generated by roxygen2: do not edit by hand
export(buh.clust)
export(insert.at)
export(perform_analysis)
export(po.JM)
export(po.SW)
export(po.SW.lasso)
export(po.TZT)
export(po.avg)
export(po.bhu)
export(po.cols)
export(po.covShrink)
export(po.grossExp)
export(prepare_data)
export(ren)
export(setup_parallel)
importFrom(Matrix,nearPD)
importFrom(corpcor,cov.shrink)
importFrom(doParallel,registerDoParallel)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(glmnet,cv.glmnet)
importFrom(glmnet,glmnet)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(parallel,makeCluster)
importFrom(quadprog,solve.QP)
importFrom(reshape2,melt)
importFrom(stats,cancor)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,lm)
importFrom(stats,sd)
importFrom(stats,time)
importFrom(stats,var)
importFrom(tictoc,tic)
importFrom(tictoc,toc)