-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
33 lines (32 loc) · 941 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(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_seroprevalence_estimates)
export(plot_serosurvey)
export(plot_summary)
export(probability_seropositive_by_age)
export(probability_seropositive_general_model_by_age)
export(set_foi_init)
export(sf_cauchy)
export(sf_normal)
export(sf_uniform)
export(simulate_serosurvey)
export(simulate_serosurvey_age_and_time_model)
export(simulate_serosurvey_age_model)
export(simulate_serosurvey_general_model)
export(simulate_serosurvey_time_model)
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)