-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
40 lines (37 loc) · 912 Bytes
/
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
import(ggplot2)
importFrom(magrittr, "%>%")
importFrom(knitr, knit2pdf)
importFrom(graphics, plot)
importFrom(grDevices, graphics.off)
importFrom(grDevices, png)
importFrom(stats, pnbinom)
importFrom(stats, quantile)
importFrom(stats, rbinom)
importFrom(stats, runif)
importFrom(stats, update)
importFrom(stats, weighted.mean)
importFrom(utils, setTxtProgressBar)
importFrom(utils, txtProgressBar)
importFrom(utils, tail)
export(prevalence)
export(random_baseline_man)
export(random_baseline_pig)
export(slaughter_nbinom)
export(slaughter_binom)
export(initiate)
export(do_man_mda)
export(do_pig_mda)
export(do_pig_vac)
export(do_pig_mda_vac)
export(fit)
export(cystiSim)
export(report)
export(elim)
S3method(update, cystiRun)
S3method(print, cystiRun)
S3method(plot, cystiRun)
S3method(print, cystiSim)
S3method(summary, cystiSim)
S3method(plot, cystiSim)
S3method(report, cystiSim)
S3method(elim, cystiSim)