-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathNAMESPACE
48 lines (47 loc) · 936 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
41
42
43
44
45
46
47
48
# Generated by roxygen2: do not edit by hand
S3method(AIC,seas)
S3method(BIC,seas)
S3method(as.data.frame,seas)
S3method(as.data.frame,summary.seas)
S3method(coef,seas)
S3method(identify,seas)
S3method(logLik,seas)
S3method(monthplot,seas)
S3method(nobs,seas)
S3method(plot,seas)
S3method(predict,seas)
S3method(print,import.spc)
S3method(print,seas)
S3method(print,spclist)
S3method(print,summary.seas)
S3method(residuals,seas)
S3method(summary,seas)
S3method(update,seas)
export(checkX13)
export(final)
export(fivebestmdl)
export(genhol)
export(import.spc)
export(import.ts)
export(irregular)
export(na.x13)
export(original)
export(out)
export(outlier)
export(qs)
export(residplot)
export(seas)
export(series)
export(spc)
export(static)
export(transformfunction)
export(trend)
export(udg)
export(view)
import(datasets)
import(grDevices)
import(graphics)
import(stats)
import(utils)
importFrom(stats,predict)
importFrom(stats,update)