-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
33 lines (32 loc) · 838 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
# Generated by roxygen2: do not edit by hand
export(age_struct_seir_ode)
export(calc_ve_w_waning)
export(choose_contact_matrix)
export(convert_contact_matrices)
export(convert_vac_schedule)
export(forward_sim_func_wrap)
export(get_foi)
export(get_transmission_matrix)
export(likelihood_func)
export(model_run_wrapper)
export(my_rmultinom)
export(postprocess_age_struct_model_output)
export(stochastic_age_struct_seir_ode)
export(summarise_results)
export(wide_to_long)
export(wrangle_results)
import(deSolve)
import(dplyr)
import(lubridate)
import(tidyr)
importFrom(lubridate,yday)
importFrom(plyr,aaply)
importFrom(plyr,laply)
importFrom(rARPACK,eigs)
importFrom(stats,dnbinom)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rmultinom)
importFrom(stats,rpois)
importFrom(stringr,str_detect)
importFrom(utils,tail)