-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathNAMESPACE
83 lines (82 loc) · 1.95 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
# Generated by roxygen2: do not edit by hand
S3method(print,integrity)
S3method(print,integritymodel)
S3method(summary,integrity)
export(auto_grouping)
export(categ_analysis)
export(compare_df)
export(concatenate_n_vars)
export(convert_df_to_categoric)
export(coord_plot)
export(correlation_table)
export(cross_plot)
export(data_integrity)
export(data_integrity_model)
export(desc_groups)
export(desc_groups_rank)
export(df_status)
export(discretize_df)
export(discretize_get_bins)
export(discretize_rgr)
export(entropy_2)
export(equal_freq)
export(export_plot)
export(fibonacci)
export(freq)
export(gain_lift)
export(gain_ratio)
export(get_sample)
export(hampel_outlier)
export(infor_magic)
export(information_gain)
export(plot_num)
export(plotar)
export(prep_outliers)
export(profiling_num)
export(range01)
export(status)
export(tukey_outlier)
export(v_compare)
export(var_rank_info)
import(dplyr)
import(ggplot2)
importFrom(Hmisc,cut2)
importFrom(RColorBrewer,brewer.pal)
importFrom(ROCR,performance)
importFrom(ROCR,plot)
importFrom(ROCR,prediction)
importFrom(cli,symbol)
importFrom(entropy,entropy)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,jpeg)
importFrom(grDevices,rainbow)
importFrom(graphics,abline)
importFrom(graphics,grid)
importFrom(gridExtra,grid.arrange)
importFrom(lazyeval,interp)
importFrom(moments,kurtosis)
importFrom(moments,skewness)
importFrom(pander,pandoc.table)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(scales,percent)
importFrom(stats,IQR)
importFrom(stats,cor)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,frequency)
importFrom(stats,hclust)
importFrom(stats,kmeans)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rbeta)
importFrom(stats,sd)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(utils,head)
importFrom(utils,packageVersion)
importFrom(utils,tail)