-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
46 lines (45 loc) · 1.23 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
# Generated by roxygen2: do not edit by hand
export(TB_decrease_as_matrix)
export(calc_model_sum_stat)
export(fit_model_to_data)
export(gen_annual_change_scenarios)
export(gen_scenario_results)
export(sample_annual_decrease_inc_rates)
export(sample_annual_decrease_nots)
export(sample_inc_rate)
export(sample_incidence_rates)
export(sample_model_parameters)
export(sample_per_decrease)
export(simulate_sutherland_model)
export(sutherland_model)
export(sutherland_trans_params)
import(dplyr)
import(foreach)
import(ggplot2)
import(magrittr)
import(multidplyr)
importFrom(doParallel,registerDoParallel)
importFrom(doParallel,stopImplicitCluster)
importFrom(dplyr,bind_cols)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarise_all)
importFrom(dplyr,ungroup)
importFrom(matrixStats,colProds)
importFrom(purrr,flatten)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_dbl)
importFrom(purrr,map_dbl)
importFrom(purrr,transpose)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
importFrom(tidyr,nest)
importFrom(tidyr,spread)
importFrom(tidyr,unnest)