-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
62 lines (61 loc) · 1.72 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
# Generated by roxygen2: do not edit by hand
S3method(confint,ipw_haldensify)
S3method(plot,haldensify)
S3method(predict,haldensify)
S3method(print,haldensify)
S3method(print,ipw_haldensify)
export(fit_haldensify)
export(haldensify)
export(ipw_shift)
importFrom(Rdpack,reprompt)
importFrom(assertthat,assert_that)
importFrom(data.table,":=")
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,setnames)
importFrom(dplyr,"%>%")
importFrom(dplyr,between)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,mutate)
importFrom(dplyr,relocate)
importFrom(future.apply,future_lapply)
importFrom(future.apply,future_mapply)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,cut_interval)
importFrom(ggplot2,cut_number)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(hal9001,fit_hal)
importFrom(matrixStats,colMeans2)
importFrom(matrixStats,colSums2)
importFrom(matrixStats,colVars)
importFrom(matrixStats,diff2)
importFrom(origami,cross_validate)
importFrom(origami,fold_index)
importFrom(origami,make_folds)
importFrom(origami,training)
importFrom(origami,validation)
importFrom(rlang,set_names)
importFrom(scales,percent)
importFrom(stats,IQR)
importFrom(stats,aggregate)
importFrom(stats,confint)
importFrom(stats,loess)
importFrom(stats,plogis)
importFrom(stats,predict)
importFrom(stats,qlogis)
importFrom(stats,qnorm)
importFrom(stats,var)
importFrom(stats,weighted.mean)
importFrom(stringr,str_remove)
importFrom(tibble,add_column)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(utils,head)