-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathNAMESPACE
38 lines (37 loc) · 958 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
# Generated by roxygen2: do not edit by hand
S3method(print,covidseir)
export(fit_seir)
export(get_doubling_time)
export(get_rt)
export(get_threshold)
export(plot_projection)
export(plot_residuals)
export(post2prior)
export(project_seir)
export(tidy_seir)
import(Rcpp)
import(methods)
importFrom(dplyr,bind_rows)
importFrom(dplyr,tibble)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,theme)
importFrom(ggplot2,ylab)
importFrom(glue,glue)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(magrittr,"%>%")
importFrom(rstan,sampling)
importFrom(stats,coef)
importFrom(stats,lm)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(tibble,tibble)
useDynLib(covidseir, .registration = TRUE)