-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
85 lines (84 loc) · 2.11 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
# Generated by roxygen2: do not edit by hand
export(cell_swap)
export(colSds)
export(colVars)
export(combine_lowest_classes)
export(encrypt)
export(euc_dist)
export(getMinMax)
export(get_mode)
export(inverse_logit)
export(inverse_onehot)
export(kAnon)
export(lDiversity)
export(meansAll_list)
export(mediansAll)
export(minmax_scaler)
export(most_common)
export(prediction_all)
export(prediction_all_list)
export(prediction_plot)
export(prediction_plot_list)
export(reidentification_rate)
export(reidentification_rate_list)
export(rlaplace)
export(roc_plot)
export(roc_plot_list)
export(sensitive_generalizer)
export(sensitive_noise)
export(shuffle)
export(signum)
export(spectral)
export(testRsquared_list)
export(testRsquared_multimodel)
import(ggplot2)
import(onehot)
importFrom(Rmpfr,mpfr)
importFrom(data.table,as.data.table)
importFrom(data.table,rbindlist)
importFrom(dplyr,bind_rows)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_equal)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,margin)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,title)
importFrom(gridExtra,grid.arrange)
importFrom(onehot,onehot)
importFrom(openssl,bignum)
importFrom(openssl,bignum_mod_exp)
importFrom(openssl,my_key)
importFrom(openssl,rsa_keygen)
importFrom(pROC,coords)
importFrom(pROC,roc)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,cor)
importFrom(stats,dist)
importFrom(stats,ecdf)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(utils,flush.console)