-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
132 lines (131 loc) · 3.27 KB
/
NAMESPACE
File metadata and controls
132 lines (131 loc) · 3.27 KB
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
# Generated by roxygen2: do not edit by hand
S3method(coef,cvTune)
S3method(coef,modTrain)
S3method(components,modData)
S3method(components,modHT)
S3method(components,modMData)
S3method(components,modTrain)
S3method(fitHT,default)
S3method(fitHT,modData)
S3method(nobs,cvTune)
S3method(nobs,modData)
S3method(nobs,modHT)
S3method(nobs,modMData)
S3method(nobs,modTrain)
S3method(plot,cvTune)
S3method(plot,modData)
S3method(plot,modHT)
S3method(plot,modTrain)
S3method(predict,cvTune)
S3method(predict,modTrain)
S3method(print,cvTune)
S3method(print,modData)
S3method(print,modHT)
S3method(print,modTrain)
S3method(summary,cvTune)
S3method(summary,modData)
S3method(summary,modHT)
S3method(summary,modMData)
S3method(summary,modTrain)
S3method(train,default)
S3method(train,modData)
export(coef.cvTune)
export(coef.modTrain)
export(components.modData)
export(components.modHT)
export(components.modTrain)
export(fitHT)
export(fitHT.default)
export(fitHT.modData)
export(is_cvTune)
export(is_modData)
export(is_modHT)
export(is_modMData)
export(is_modTrain)
export(modData)
export(modHT)
export(modTrain)
export(multi_process)
export(nobs.modHT)
export(nobs.modTrain)
export(plot.cvTune)
export(plot.modData)
export(plot.modHT)
export(plot.modTrain)
export(pre_process)
export(predict.cvTune)
export(predict.modTrain)
export(summary.cvTune)
export(summary.modData)
export(summary.modHT)
export(summary.modTrain)
export(train.default)
export(train.modData)
export(tune_glmnet)
importFrom(caret,multiClassSummary)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,relocate)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,top_n)
importFrom(dplyr,ungroup)
importFrom(furrr,furrr_options)
importFrom(furrr,future_map)
importFrom(furrr,future_map2)
importFrom(generics,components)
importFrom(generics,train)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_violin)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_jitter)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggrepel,geom_text_repel)
importFrom(glmnet,coef.glmnet)
importFrom(glmnet,cv.glmnet)
importFrom(glmnet,glmnet)
importFrom(glmnet,predict.glmnet)
importFrom(microViz,row_stats)
importFrom(purrr,compact)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_chr)
importFrom(purrr,map2_dbl)
importFrom(purrr,map2_dfr)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_lgl)
importFrom(purrr,pmap)
importFrom(purrr,reduce)
importFrom(purrr,safely)
importFrom(purrr,transpose)
importFrom(rlang,.data)
importFrom(rlang,`!!!`)
importFrom(rlang,call2)
importFrom(rlang,list2)
importFrom(rlang,set_names)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,nobs)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(sva,ComBat)
importFrom(tibble,as_tibble)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)