-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
89 lines (88 loc) · 2.44 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(cutoff.val)
export(cvSLFeatureSelector)
export(cvSLVarImpPlot)
export(cvSLVarImpPlot2)
export(factor_to_indicator)
export(groupBySelectionSet)
export(makeLibArgNumeric)
export(plot_dag_proppr_data)
export(plot_dag_toy_data)
export(plot_heatmap_sim_data)
export(plot_splom_sim_data)
export(screen.CV.SuperLearner)
export(sim_elemstatlearn_data)
export(sim_proppr_data)
export(sim_sl_data)
export(sim_toy_data)
export(summarizeScreen)
import(SLScreenExtra)
import(broom)
import(ggplot2)
import(tidyselect)
importFrom(GGally,ggpairs)
importFrom(GGally,grab_legend)
importFrom(GGally,wrap)
importFrom(MASS,mvrnorm)
importFrom(RColorBrewer,brewer.pal)
importFrom(SuperLearner,CV.SuperLearner)
importFrom(SuperLearner,recombineCVSL)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_at)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,summarize_at)
importFrom(ggbeeswarm,geom_beeswarm)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_hex)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,scale_y_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(magrittr,`%>%`)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(reshape2,melt)
importFrom(rlang,.data)
importFrom(scales,brewer_pal)
importFrom(scales,percent)
importFrom(simcausal,DAG.empty)
importFrom(simcausal,node)
importFrom(simcausal,plotDAG)
importFrom(simcausal,set.DAG)
importFrom(simcausal,simobs)
importFrom(stats,binomial)
importFrom(stats,gaussian)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,plogis)
importFrom(stats,rnorm)
importFrom(stats,setNames)
importFrom(tibble,add_column)
importFrom(tibble,remove_rownames)
importFrom(tidyselect,all_of)