-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
46 lines (45 loc) · 1.04 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
# Generated by roxygen2: do not edit by hand
export(addAbkineticsModel)
export(addCopModel)
export(addObservationalModel)
export(addPrior)
export(check_exposures_times)
export(check_input_data)
export(check_sero_no_single_entries)
export(check_sero_timings)
export(createSeroJumpModel)
export(data_known_exposures_ex1)
export(data_titre_ex)
export(makeModel)
export(plotMCMCDiagnosis)
export(plotPostFigs)
export(plotPostFigsSim)
export(plotPriorInfection)
export(plotPriorPredictive)
export(plotSero)
export(rjmc_sero_func)
export(runSeroJump)
import(coda)
import(doParallel)
import(dplyr)
import(foreach)
import(furrr)
import(ggdist)
import(ggplot2)
import(parallel)
import(patchwork)
import(purrr)
import(tidybayes)
import(tidyr)
import(utils)
importFrom(Rcpp,sourceCpp)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,setDT)
importFrom(future,multisession)
importFrom(future,plan)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(stats,runif)
useDynLib(serojump)