-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
52 lines (51 loc) · 1.34 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
# Generated by roxygen2: do not edit by hand
export(approx_demographics)
export(collapse_age_dist)
export(collapse_counts_by_age)
export(compute_counts)
export(compute_expected)
export(excess_cumulative)
export(excess_model)
export(excess_plot)
export(expected_diagnostic)
export(expected_plot)
export(get_demographics)
export(group_age)
import(dplyr)
import(rlang)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_date)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(graphics,plot)
importFrom(lubridate,yday)
importFrom(lubridate,year)
importFrom(stats,"contrasts<-")
importFrom(stats,ARMAacf)
importFrom(stats,acf)
importFrom(stats,approx)
importFrom(stats,ar)
importFrom(stats,contr.sum)
importFrom(stats,fitted.values)
importFrom(stats,glm)
importFrom(stats,model.matrix)
importFrom(stats,poly)
importFrom(stats,qnorm)
importFrom(stats,reorder)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(tidyr,complete)
importFrom(tidyr,drop_na)
importFrom(tidyr,separate)
importFrom(utils,globalVariables)