-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
37 lines (36 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
# Generated by roxygen2: do not edit by hand
S3method(plot,FOIfit)
S3method(print,FOIfit)
S3method(print,FOImodel)
S3method(print,SeroData)
S3method(print,information_criteria)
S3method(subset,SeroData)
S3method(summary,FOIfit)
export(FOImodel)
export(SeroData)
export(category.parameters)
export(combine_surveys)
export(compute.age.groups)
export(compute_information_criteria)
export(correlation_posterior)
export(fit)
export(foi_from_proba)
export(model.list)
export(parameters_credible_intervals)
export(plot_posterior)
export(proba_from_foi)
export(proportions.index)
export(sero.age.groups)
export(seroprevalence)
export(seroprevalence.fit)
export(seroprevalence.plot)
export(simulate_SeroData)
export(traceplot_Rsero)
exportPattern("(\"^[[:alpha:]]+\")")
import(Rcpp)
import(bayesplot)
import(rstantools)
import(shinystan)
importFrom(Rcpp,evalCpp)
importFrom(graphics,lines)
useDynLib(Rsero, .registration = TRUE)