-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
67 lines (66 loc) · 1.75 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(MCMC_diag)
export(assess_model_performance)
export(bias_smc_no_smc_month)
export(calculate_360_day_difference)
export(calculate_bias_per_year)
export(calculate_cases_averted)
export(calculate_cumulative_rainfall)
export(calculate_eff_smc_confidence_intervals)
export(calculate_error_metrics)
export(climate_to_30_day_months)
export(compare_bias_2019_vs_other_years)
export(compartments_sim)
export(create_mcmc_params)
export(create_proposal_matrix)
export(create_start_values)
export(daily_smooth_rain)
export(data_sim)
export(date_to_months)
export(date_to_weeks)
export(extract_era5)
export(extract_max_posterior_params)
export(extract_vcv)
export(filter_by_year)
export(gen_smc_schedule)
export(generate_360_day_dates)
export(generate_incidence_comparison)
export(inf_run)
export(load_model)
export(max_ll_post)
export(plot_compartments)
export(plot_corr)
export(plot_observed_vs_simulated)
export(plot_priors)
export(plot_residuals)
export(plot_smc_scenarios)
export(plot_time_series)
export(post_plot)
export(process_climate_data)
export(return_default_priors)
export(save_climate_data)
export(save_era5)
export(simulate_with_full_coverage)
export(simulate_with_max_posterior_params)
export(simulate_with_smc)
export(simulate_without_smc)
export(smc_schedule_from_data)
export(update_param_list)
export(update_priors)
export(view_priors)
import(dplyr)
import(ggplot2)
import(lubridate)
import(patchwork)
import(reshape2)
importFrom(GGally,ggpairs)
importFrom(GGally,wrap)
importFrom(ggplot2,element_text)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(magrittr,"%>%")
importFrom(stats,approx)