-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.17 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
# Generated by roxygen2: do not edit by hand
export(Generate_Dataset)
export(Generate_VIMC_Burden_Dataset)
export(MCMC)
export(Model_Run)
export(Model_Run_Many_Reps)
export(case_data_calculate)
export(case_data_calculate_multi)
export(case_data_compare)
export(create_input_data)
export(create_param_labels)
export(imm_fraction_function)
export(input_data_check)
export(input_data_process)
export(input_data_truncate)
export(mcmc_checks)
export(mcmc_prelim_fit)
export(param_calc_enviro)
export(param_prop_setup)
export(parameter_setup)
export(regions_breakdown)
export(sero_calculate)
export(sero_calculate2)
export(sero_data_compare)
export(single_posterior_calc)
export(template_region_xref)
import(dde)
import(odin.dust)
import(parallel)
importFrom(R.utils,fileAccess)
importFrom(assertthat,assert_that)
importFrom(graphics,axis)
importFrom(graphics,matplot)
importFrom(graphics,par)
importFrom(mvtnorm,rmvnorm)
importFrom(stats,cov)
importFrom(stats,dexp)
importFrom(stats,dnbinom)
importFrom(stats,dnorm)
importFrom(stats,nlm)
importFrom(stats,rbinom)
importFrom(stats,runif)
importFrom(tgp,lhs)
importFrom(truncdist,dtrunc)
importFrom(utils,write.csv)
useDynLib(YEP, .registration = TRUE)