-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
89 lines (88 loc) · 2.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
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
89
# Generated by roxygen2: do not edit by hand
export(adjust_block_tests)
export(alpha_addis)
export(alpha_investing)
export(alpha_saffron)
export(calc_errs)
export(create_effects)
export(dists_and_trans)
export(edisti)
export(errsimfn)
export(fast_dists_and_trans_by_unit_arma_parR)
export(findBlocks)
export(make_results_ggraph)
export(make_results_tree)
export(nodeidfn)
export(pIndepDist)
export(pOneway)
export(pWilcox)
export(padj_test_fn)
export(report_detections)
export(reveal_po_and_test)
export(reveal_po_and_test_siup)
export(splitCluster)
export(splitEqualApprox)
export(splitLOO)
export(splitSpecified)
export(splitSpecifiedFactor)
export(splitSpecifiedFactorMulti)
export(tau_norm)
export(tau_norm_covariate)
export(tau_norm_covariate_cont)
export(tau_norm_covariate_levels)
export(tau_norm_covariate_outliers)
export(tau_norm_outliers)
import(data.table)
import(ggplot2)
import(ggraph)
import(tidygraph)
importFrom(Ckmeans.1d.dp,Ckmeans.1d.dp)
importFrom(ClusterR,KMeans_rcpp)
importFrom(Rcpp,sourceCpp)
importFrom(Rfast,Dist)
importFrom(Rfast,Order)
importFrom(Rfast,Rank)
importFrom(Rfast,colsums)
importFrom(Rfast,rowMads)
importFrom(Rfast,rowMaxs)
importFrom(Rfast,rowmeans)
importFrom(Rfast,rowsums)
importFrom(Rfast,vecdist)
importFrom(coin,approximate)
importFrom(coin,asymptotic)
importFrom(coin,exact)
importFrom(coin,independence_test)
importFrom(coin,oneway_test)
importFrom(coin,pvalue)
importFrom(coin,wilcox_test)
importFrom(data.table,melt)
importFrom(dataPreparation,which_are_constant)
importFrom(digest,digest)
importFrom(digest,getVDigest)
importFrom(onlineFDR,ADDIS)
importFrom(onlineFDR,Alpha_investing)
importFrom(onlineFDR,SAFFRON)
importFrom(parallel,detectCores)
importFrom(stats,as.formula)
importFrom(stats,dist)
importFrom(stats,kmeans)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,terms)
importFrom(stats,var)
importFrom(stringi,stri_count_fixed)
importFrom(stringi,stri_extract_last)
importFrom(stringi,stri_replace_all)
importFrom(stringi,stri_split)
importFrom(stringi,stri_split_fixed)
importFrom(stringi,stri_split_regex)
importFrom(stringi,stri_sub)
importFrom(tidygraph,activate)
importFrom(tidygraph,centrality_degree)
importFrom(tidygraph,node_is_adjacent)
importFrom(tidygraph,tbl_graph)
useDynLib(manytestsr, .registration=TRUE)