-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
43 lines (42 loc) · 1.27 KB
/
NAMESPACE
File metadata and controls
43 lines (42 loc) · 1.27 KB
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
# Generated by roxygen2: do not edit by hand
S3method("[[",seroreconstruct_multi)
S3method(print,seroreconstruct_fit)
S3method(print,seroreconstruct_joint)
S3method(print,seroreconstruct_multi)
S3method(print,summary.seroreconstruct_fit)
S3method(print,summary.seroreconstruct_joint)
S3method(print,summary.seroreconstruct_multi)
S3method(summary,seroreconstruct_fit)
S3method(summary,seroreconstruct_joint)
S3method(summary,seroreconstruct_multi)
export(output_model_estimate)
export(plot_boosting)
export(plot_diagnostics)
export(plot_infection_prob)
export(plot_trajectory)
export(plot_waning)
export(sero_reconstruct)
export(simulate_data)
export(table_infections)
export(table_parameters)
importFrom(Rcpp,evalCpp)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,hcl.colors)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,segments)
importFrom(stats,acf)
importFrom(stats,density)
importFrom(stats,median)
importFrom(stats,quantile)
useDynLib(seroreconstruct, .registration=TRUE)