-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
59 lines (58 loc) · 1.35 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
# Generated by roxygen2: do not edit by hand
export(auPRC)
export(consensus_nestedCV)
export(createMainEffects)
export(createSimulation2)
export(createfMRIsimulation)
export(dcgain)
export(detected)
export(detectionStats)
export(diffRegression)
export(dmgain)
export(gainToSimpleSIF)
export(generate_structured_corrmat)
export(getInteractionEffects)
export(hamming.binary)
export(knnSURF)
export(knnVec)
export(make_big_case_ctrl_mat)
export(make_case_ctrl_corrs)
export(make_sim_plot)
export(nearestNeighbors)
export(nearestNeighbors2)
export(nearestNeighborsSeparateHitMiss)
export(npdr)
export(npdrDiff)
export(npdrDistances)
export(npdrDistances2)
export(npdrLearner)
export(regain)
export(regainParallel)
export(splitDataset)
export(uniReg)
export(uniqueNeighbors)
export(vwok)
import(dplyr)
importFrom(foreach,`%dopar%`)
importFrom(foreach,foreach)
importFrom(glmnet,cv.glmnet)
importFrom(glmnet,glmnet)
importFrom(stats,binomial)
importFrom(stats,cor)
importFrom(stats,dist)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,p.adjust)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,pt)
importFrom(stats,qbinom)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(utils,capture.output)
importFrom(utils,combn)
importFrom(utils,write.table)