-
Notifications
You must be signed in to change notification settings - Fork 11
/
NAMESPACE
40 lines (39 loc) · 1006 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(limits,funnelplot)
S3method(outliers,funnelplot)
S3method(phi,funnelplot)
S3method(plot,funnelplot)
S3method(print,funnelplot)
S3method(source_data,funnelplot)
S3method(summary,funnelplot)
S3method(tau2,funnelplot)
export(funnel_clean)
export(funnel_grey)
export(funnel_plot)
export(limits)
export(outliers)
export(phi)
export(source_data)
export(tau2)
import(ggplot2)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,theme_grey)
importFrom(ggplot2,theme_minimal)
importFrom(ggrepel,geom_label_repel)
importFrom(ggrepel,geom_text_repel)
importFrom(rlang,.data)
importFrom(scales,comma)
importFrom(stats,aggregate)
importFrom(stats,na.omit)
importFrom(stats,qchisq)
importFrom(stats,quantile)