-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
116 lines (115 loc) · 3.25 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# Generated by roxygen2: do not edit by hand
export(add_measurement_shifts)
export(add_noise)
export(add_scale_pars)
export(antibody_model)
export(calc_phi_probs)
export(calc_phi_probs_indiv)
export(calculate_infection_history_statistics)
export(check_attack_rates)
export(check_data)
export(check_inf_hist)
export(check_par_tab)
export(check_proposals)
export(create_age_mask)
export(create_posterior_func)
export(create_prior_lookup)
export(create_prior_lookup_groups)
export(create_prob_shifts)
export(create_sample_mask)
export(create_start_level_data)
export(dbb_prior)
export(density_beta_binom)
export(describe_priors)
export(estimate_mode)
export(euc_distance)
export(expand_summary_inf_chain)
export(find_beta_prior_mode)
export(find_beta_prior_with_mean)
export(find_beta_prior_with_mean_var)
export(generate_antigenic_map_flexible)
export(generate_quantiles)
export(generate_start_tab)
export(get_DOBs)
export(get_antibody_level_predictions)
export(get_best_pars)
export(get_demographic_groups)
export(get_index_pars)
export(get_n_alive)
export(get_n_alive_group)
export(get_starting_antibody_levels)
export(get_total_number_infections)
export(identify_run_lengths)
export(inf_hist_prop_prior_v2_and_v4)
export(inf_hist_prop_prior_v3)
export(inf_hist_swap)
export(inf_hist_swap_phi)
export(inf_mat_prior)
export(inf_mat_prior_cpp)
export(inf_mat_prior_cpp_vector)
export(inf_mat_prior_group_cpp)
export(inf_mat_prior_group_cpp_vector)
export(inf_mat_prior_total_group_cpp)
export(infection_history_prior)
export(infection_history_symmetric)
export(likelihood_func_fast)
export(likelihood_func_fast_continuous)
export(load_antibody_data)
export(load_antigenic_map_file)
export(load_infection_chains)
export(load_mcmc_chains)
export(load_start_tab)
export(load_theta_chains)
export(logistic_transform)
export(logit_transform)
export(melt_antigenic_coords)
export(mvr_proposal)
export(pad_inf_chain)
export(pad_infection_model_prior_parameters)
export(plot_2d_density)
export(plot_antibody_data)
export(plot_antibody_dependent_boosting)
export(plot_antibody_model)
export(plot_antibody_predictions)
export(plot_attack_rates)
export(plot_attack_rates_pointrange)
export(plot_cumulative_infection_histories)
export(plot_estimated_antibody_model)
export(plot_individual_number_infections)
export(plot_infection_history_chains_indiv)
export(plot_infection_history_chains_time)
export(plot_mcmc_diagnostics)
export(plot_model_fits)
export(plot_posteriors_infhist)
export(plot_posteriors_theta)
export(plot_samples_distances)
export(plot_total_number_infections)
export(prob_shifts)
export(protect)
export(protect_posterior)
export(r_likelihood)
export(r_likelihood_continuous)
export(rm_scale)
export(row.match)
export(save_infection_history_to_disk)
export(scaletuning)
export(serosolver)
export(setup_antibody_data_for_posterior_func)
export(setup_infection_histories)
export(setup_infection_histories_antibody_level)
export(setup_infection_histories_prior)
export(simulate_antibody_model)
export(simulate_attack_rates)
export(simulate_data)
export(simulate_infection_histories)
export(sum_buckets)
export(sum_infections_by_group)
export(sum_likelihoods)
export(summarize_run_lengths)
export(to.pdf)
export(to.png)
export(to.svg)
export(univ_proposal)
export(unregister_dopar)
importFrom(Rcpp,evalCpp)
useDynLib(serosolver)