-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
42 lines (41 loc) · 1.15 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
# Generated by roxygen2: do not edit by hand
export(add_age_group_to_serosurvey)
export(build_stan_data)
export(extract_central_estimates)
export(fit_seromodel)
export(get_foi_index)
export(plot_foi_estimates)
export(plot_rhats)
export(plot_seromodel)
export(plot_seroprev_estimates)
export(plot_serosurvey)
export(plot_summary)
export(prepare_serosurvey_for_plot)
export(prob_seroprev_age_by_age)
export(prob_seroprev_age_time_by_age)
export(prob_seroprev_by_age)
export(prob_seroprev_gen_by_age)
export(prob_seroprev_time_by_age)
export(probability_exact_age_varying)
export(probability_exact_time_varying)
export(set_foi_init)
export(set_stan_data_defaults)
export(sf_cauchy)
export(sf_none)
export(sf_normal)
export(sf_uniform)
export(simulate_serosurvey)
export(simulate_serosurvey_age)
export(simulate_serosurvey_age_time)
export(simulate_serosurvey_general)
export(simulate_serosurvey_time)
export(summarise_central_estimate)
export(summarise_loo_estimate)
export(summarise_seromodel)
import(Rcpp)
import(methods)
importFrom(dplyr,.data)
importFrom(graphics,text)
importFrom(rstan,sampling)
importFrom(rstantools,rstan_config)
useDynLib(serofoi, .registration = TRUE)