-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
52 lines (51 loc) · 1.24 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
# Generated by roxygen2: do not edit by hand
S3method("[",metaFluMoDL)
S3method("[<-",FluMoDL)
S3method("[<-",metaFluMoDL)
S3method("[[",metaFluMoDL)
S3method("[[<-",FluMoDL)
S3method("[[<-",metaFluMoDL)
S3method("blup<-",FluMoDL)
S3method("length<-",metaFluMoDL)
S3method("names<-",metaFluMoDL)
S3method(blup,FluMoDL)
S3method(coef,FluMoDL)
S3method(hasPeriodic,FluMoDL)
S3method(hasRSV,FluMoDL)
S3method(hasRSV,metaFluMoDL)
S3method(hasRSV,summary.FluMoDL)
S3method(length,metaFluMoDL)
S3method(names,metaFluMoDL)
S3method(predict,FluMoDL)
S3method(print,FluMoDL)
S3method(print,summary.FluMoDL)
S3method(summary,FluMoDL)
S3method(vcov,FluMoDL)
export("blup<-")
export(NOAA_allStations)
export(NOAA_countryStations)
export(NOAA_getGSOD)
export(addPredictions)
export(attrMort)
export(attrdl)
export(fitFluMoDL)
export(hasPeriodic)
export(hasRSV)
export(isoweek)
export(isoweekStart)
export(linterp)
export(metaFluMoDL)
export(pbs)
export(pooled)
import(dlnm)
import(stats)
importFrom(mvmeta,blup)
importFrom(mvmeta,mvmeta)
importFrom(tsModel,Lag)
importFrom(utils,download.file)
importFrom(utils,getFromNamespace)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,read.fwf)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)