-
Notifications
You must be signed in to change notification settings - Fork 28
/
NAMESPACE
47 lines (46 loc) · 1.14 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
# Generated by roxygen2: do not edit by hand
export(aggregate)
export(correlation_threshold)
export(count_na_rows)
export(covariance)
export(drop_na_columns)
export(drop_na_rows)
export(extract_subpopulations)
export(find_significant_pcs)
export(generalized_log)
export(generate_component_matrix)
export(husk)
export(mark_outlier_rows)
export(normalize)
export(replicate_correlation)
export(sparse_random_projection)
export(spherize)
export(stratify)
export(svd_entropy)
export(transform)
export(variable_importance)
export(variable_select)
export(variance_threshold)
importFrom(Matrix,sparseMatrix)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,contains)
importFrom(dplyr,ends_with)
importFrom(dplyr,everything)
importFrom(dplyr,last_col)
importFrom(dplyr,matches)
importFrom(dplyr,num_range)
importFrom(dplyr,starts_with)
importFrom(foreach,"%dopar%")
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,rbinom)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(utils,find)