-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
57 lines (56 loc) · 1.26 KB
/
NAMESPACE
File metadata and controls
57 lines (56 loc) · 1.26 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
# Generated by roxygen2: do not edit by hand
S3method(plot,rapidsplit)
S3method(print,compcorr)
S3method(print,rapidsplit)
export(bootstrapWeights)
export(colMeansMasked)
export(colMedians)
export(colMediansMasked)
export(colProds)
export(colSds)
export(colSdsMasked)
export(compcorr)
export(comprel)
export(corByColumns)
export(corByColumns_mask)
export(corStatsByColumns)
export(cormean)
export(excludeOutliersByMask)
export(generateSplits)
export(maskOutliers)
export(maskOutliersMasked)
export(meansByMask)
export(meansByWeight)
export(mediansByMask)
export(mediansByWeight)
export(r2p)
export(r2t)
export(r2z)
export(rapidsplit)
export(rapidsplit.chunks)
export(rconfint)
export(requiredTestSize)
export(sdsByMask)
export(sdsByWeight)
export(spearmanBrown)
export(stratifiedItersplits)
export(t2r)
export(z2r)
import(Rcpp)
importFrom(fastmatch,"%fin%")
importFrom(fastmatch,fmatch)
importFrom(grDevices,rgb)
importFrom(graphics,text)
importFrom(kit,countOccur)
importFrom(kit,funique)
importFrom(kit,uniqLen)
importFrom(stats,cor)
importFrom(stats,pnorm)
importFrom(stats,pt)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(stats,weighted.mean)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
useDynLib(rapidsplithalf)