forked from statTarget/statTarget2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
executable file
·88 lines (87 loc) · 2.22 KB
/
NAMESPACE
File metadata and controls
executable file
·88 lines (87 loc) · 2.22 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
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Generated by roxygen2: do not edit by hand
export(mdsPlot)
export(predict_RF)
export(pvimPlot)
export(rForest)
export(shiftCor)
export(shiftCor_dQC)
export(statAnalysis)
export(statTargetGUI)
export(transX)
import(impute)
import(pdist)
import(pls)
importFrom(ROC,AUC)
importFrom(ROC,rocdemo.sca)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,colors)
importFrom(grDevices,dev.copy2pdf)
importFrom(grDevices,dev.new)
importFrom(grDevices,dev.off)
importFrom(grDevices,palette)
importFrom(grDevices,pdf)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,box)
importFrom(graphics,boxplot)
importFrom(graphics,grid)
importFrom(graphics,hist)
importFrom(graphics,identify)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,segments)
importFrom(graphics,strheight)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(plyr,.)
importFrom(plyr,daply)
importFrom(plyr,rlply)
importFrom(randomForest,MDSplot)
importFrom(randomForest,importance)
importFrom(randomForest,randomForest)
importFrom(rrcov,plot)
importFrom(stats,aggregate)
importFrom(stats,binomial)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,cov.wt)
importFrom(stats,density)
importFrom(stats,ecdf)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,median)
importFrom(stats,p.adjust)
importFrom(stats,pf)
importFrom(stats,prcomp)
importFrom(stats,predict)
importFrom(stats,qf)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,resid)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,shapiro.test)
importFrom(stats,t.test)
importFrom(stats,update)
importFrom(stats,var)
importFrom(stats,wilcox.test)
importFrom(utils,capture.output)
importFrom(utils,install.packages)
importFrom(utils,read.csv)
importFrom(utils,read.delim)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,write.csv)
importFrom(utils,write.table)