-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathNAMESPACE
More file actions
31 lines (30 loc) · 785 Bytes
/
NAMESPACE
File metadata and controls
31 lines (30 loc) · 785 Bytes
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
# Generated by roxygen2: do not edit by hand
export(add.CIs)
export(attack_rate)
export(calc_log_likelihood)
export(calc_prediction_accuracy)
export(comp_seir)
export(comp_svir)
export(cov_branch)
export(cov_hybrid)
export(cov_sc)
export(extract_incidence)
export(extract_predicted_points)
export(extract_predicted_points_seir)
export(extract_subset_prediction)
export(extract_week_index)
export(fit_seir)
export(ind_tau)
export(likelihood_profile_seir)
export(linear_regression)
export(load_uk_cov_data)
export(pdf_fig_proof)
export(plot_incidence)
export(plot_incidence_all)
export(plot_likelihood_profile)
export(solve_seir_model)
export(solve_seir_wrapper)
export(subset_incidence_data)
export(zika_invasion)
import(ggplot2)
importFrom(deSolve,ode)