forked from pablo14/funModeling
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
52 lines (51 loc) · 1.22 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
# Generated by roxygen2: do not edit by hand
export(auto_grouping)
export(bayesian_plot)
export(categ_analysis)
export(coord_plot)
export(correlation_table)
export(cross_plot)
export(desc_groups)
export(desc_groups_rank)
export(df_status)
export(equal_freq)
export(filter_vars)
export(freq)
export(gain_lift)
export(get_sample)
export(model_performance)
export(plotar)
export(prep_outliers)
export(range01)
export(v_compare)
import(dplyr)
import(ggplot2)
importFrom(Hmisc,cut2)
importFrom(RColorBrewer,brewer.pal)
importFrom(ROCR,performance)
importFrom(ROCR,plot)
importFrom(ROCR,prediction)
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(pander,pandoc.table)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(scales,percent)
importFrom(stats,cor)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,frequency)
importFrom(stats,hclust)
importFrom(stats,kmeans)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rbeta)
importFrom(utils,head)
importFrom(utils,packageVersion)
importFrom(utils,tail)