-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
101 lines (100 loc) · 2.55 KB
/
NAMESPACE
File metadata and controls
101 lines (100 loc) · 2.55 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
# Generated by roxygen2: do not edit by hand
S3method(autoplot,halfmoon_auc)
S3method(autoplot,halfmoon_balance)
S3method(autoplot,halfmoon_calibration)
S3method(autoplot,halfmoon_ess)
S3method(autoplot,halfmoon_qq)
S3method(autoplot,halfmoon_roc)
S3method(plot,halfmoon_auc)
S3method(plot,halfmoon_balance)
S3method(plot,halfmoon_calibration)
S3method(plot,halfmoon_ess)
S3method(plot,halfmoon_qq)
S3method(plot,halfmoon_roc)
S3method(plot_model_calibration,data.frame)
S3method(plot_model_calibration,glm)
S3method(plot_model_calibration,halfmoon_calibration)
S3method(plot_model_calibration,lm)
S3method(plot_qq,default)
S3method(plot_qq,halfmoon_qq)
S3method(plot_stratified_residuals,data.frame)
S3method(plot_stratified_residuals,glm)
S3method(plot_stratified_residuals,lm)
export(StatQq2)
export(StatRoc)
export(add_ess_header)
export(bal_corr)
export(bal_energy)
export(bal_ess)
export(bal_ks)
export(bal_model_auc)
export(bal_model_roc_curve)
export(bal_prognostic_score)
export(bal_qq)
export(bal_smd)
export(bal_vr)
export(bind_matches)
export(check_balance)
export(check_ess)
export(check_model_auc)
export(check_model_calibration)
export(check_model_roc_curve)
export(check_qq)
export(contains)
export(ends_with)
export(ess)
export(everything)
export(geom_calibration)
export(geom_ecdf)
export(geom_love)
export(geom_mirror_density)
export(geom_mirror_histogram)
export(geom_qq2)
export(geom_roc)
export(last_col)
export(love_plot)
export(matches)
export(num_range)
export(one_of)
export(peek_vars)
export(plot_balance)
export(plot_ess)
export(plot_mirror_distributions)
export(plot_model_auc)
export(plot_model_calibration)
export(plot_model_roc_curve)
export(plot_qq)
export(plot_stratified_residuals)
export(starts_with)
export(stat_qq2)
export(stat_roc)
export(tidy_smd)
export(weighted_quantile)
importFrom(ggplot2,autoplot)
importFrom(rlang,"%||%")
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(stats,binomial)
importFrom(stats,dist)
importFrom(stats,gaussian)
importFrom(stats,glm)
importFrom(stats,model.matrix)
importFrom(stats,plogis)
importFrom(stats,predict)
importFrom(stats,prop.test)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(tidyselect,contains)
importFrom(tidyselect,ends_with)
importFrom(tidyselect,everything)
importFrom(tidyselect,last_col)
importFrom(tidyselect,matches)
importFrom(tidyselect,num_range)
importFrom(tidyselect,one_of)
importFrom(tidyselect,peek_vars)
importFrom(tidyselect,starts_with)
importFrom(tidysmd,bind_matches)
importFrom(tidysmd,geom_love)
importFrom(tidysmd,love_plot)
importFrom(tidysmd,tidy_smd)