-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
29 lines (28 loc) · 750 Bytes
/
NAMESPACE
File metadata and controls
29 lines (28 loc) · 750 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(tidy,attrition_bounds)
S3method(tidy,attrition_trim)
export(estimator_ds)
export(estimator_ds_sens)
export(estimator_ev)
export(estimator_trim)
export(sensitivity_ds)
export(tidy)
importFrom(generics,tidy)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grid,unit)
importFrom(purrr,map)
importFrom(stats,optim)
importFrom(stats,pnorm)
importFrom(stats,sd)
importFrom(stats,weighted.mean)