forked from nandadorea/vetsyn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
43 lines (42 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
# Generated by roxygen2: do not edit by hand
export(alarmometer)
export(convert_days_to_week)
export(create_isoweek)
export(raw_to_syndromicD)
export(raw_to_syndromicW)
export(syndromicD)
export(syndromicW)
exportClasses(syndromicD)
exportClasses(syndromicW)
exportMethods("[")
exportMethods(clean_baseline)
exportMethods(clean_baseline_perc)
exportMethods(cusum_synd)
exportMethods(dim)
exportMethods(ewma_synd)
exportMethods(holt_winters_synd)
exportMethods(plot)
exportMethods(plot_syndromic)
exportMethods(pre_process_glm)
exportMethods(retro_summary)
exportMethods(shew_synd)
exportMethods(show)
exportMethods(syndromic_alarm)
exportMethods(syndromic_page)
exportMethods(update_syndromic)
import(ISOweek)
import(MASS)
import(abind)
import(knitr)
import(mail)
import(methods)
importFrom(MASS,glm.nb)
importFrom(caTools,runquantile)
importFrom(fitdistrplus,fitdist)
importFrom(qcc,cusum)
importFrom(qcc,ewma)
importFrom(qcc,limits.xbar.one)
importFrom(qcc,sd.xbar.one)
importFrom(qcc,stats.xbar.one)
importFrom(stringr,str_replace_all)
importFrom(xtable,xtable)