-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
52 lines (51 loc) · 1.26 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(anova,fitmodel)
S3method(diagnostic,fitmodel)
S3method(hist,data)
S3method(plot,PredictLoad)
S3method(plot,data)
S3method(plot,fitmodel)
S3method(plot,regdata)
S3method(predictL,fitmodel)
S3method(print,PredictLoad)
S3method(print,sumregdata)
S3method(summary,data)
S3method(summary,fitmodel)
S3method(summary,regdata)
export(CreateData)
export(CreateY)
export(FitModel)
export(LQflow)
export(ReadInData)
export(ReadInDataFromR)
export(diagnostic)
export(hist)
export(predictL)
import("ggplot2")
import("gridExtra")
import("lubridate")
import("mgcv")
import("quantregForest")
importFrom("methods","Quote")
importFrom("nlme","intervals")
importFrom("reshape2","melt")
importFrom("stats","anova")
importFrom("stats","coef")
importFrom("stats","lag")
importFrom("stats","median")
importFrom("stats","model.matrix")
importFrom("stats","na.omit")
importFrom("stats","ppoints")
importFrom("stats","predict")
importFrom("stats","qnorm")
importFrom("stats","quantile")
importFrom("stats","resid")
importFrom("stats","sd")
importFrom("stats","splinefun")
importFrom("stats","vcov")
importFrom("utils","read.csv")
importFrom("utils","write.table")
importFrom("visreg","visreg")
importFrom(TTR,EMA)
useDynLib(LRE)
useDynLib(LRE, .registration = TRUE)