-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathNAMESPACE
More file actions
57 lines (45 loc) · 1.54 KB
/
NAMESPACE
File metadata and controls
57 lines (45 loc) · 1.54 KB
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
53
54
55
56
57
useDynLib(FME)
import ("deSolve")
import("rootSolve")
import("coda")
import("grDevices")
import("stats")
import("utils")
## import "graphics" only partly, because redefined "matplot" is
## already imported from deSolve,
importFrom("graphics", "abline", "boxplot", "dotchart", "hist",
"legend", "lines", "par", "plot", "points", "polygon",
"rect", "segments", "text")
importFrom("minpack.lm", "nls.lm")
importFrom("minpack.lm", "nls.lm.control")
importFrom("MASS", "ginv")
importFrom("minqa", "bobyqa")
export(modCost,sensFun,collin,sensRange,Unif,Norm,Latinhyper,Grid,
modFit,modMCMC,pseudoOptim,modCRL,obsplot,gaussianWeights,
cross2long)
S3method("summary", "modFit")
S3method("deviance", "modFit")
S3method("coef", "modFit")
S3method("residuals", "modFit")
S3method("df.residual", "modFit")
S3method("plot", "modFit")
S3method("print", "summary.modFit")
S3method("pairs", "modMCMC")
S3method("plot", "modMCMC")
S3method("hist", "modMCMC")
S3method("summary", "modMCMC")
S3method("print", "collin")
S3method("plot", "collin")
S3method("summary", "sensFun")
S3method("plot", "sensFun")
S3method("pairs", "sensFun")
S3method("print", "summary.sensFun")
S3method("plot", "summary.sensFun")
S3method("summary", "sensRange")
S3method("plot", "sensRange")
S3method("plot","summary.sensRange")
S3method("summary", "modCRL")
S3method("plot", "modCRL")
S3method("hist", "modCRL")
S3method("pairs", "modCRL")
S3method("plot","modCost")