-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
56 lines (52 loc) · 1.07 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
53
54
55
56
importFrom(lmtest, bptest)
importFrom(MASS, rlm)
import("methods")
importFrom(outliers, rm.outlier)
importFrom(ptw, whit1, whit2)
importFrom(quantreg, rq)
importFrom(Rfit, rfit)
importFrom(robustbase, lmrob)
importFrom(robustbase, mc)
importFrom(shiny, runApp)
importFrom(signal, sgolayfilt)
importFrom(graphics, abline, arrows, axis, layout, legend,
lines, matplot, mtext, par, points, polygon,
rect, rug, text)
importFrom(grDevices, adjustcolor)
importFrom(stats, coef, confint, cor, cor.test, lm, mad, median, na.omit,
predict, predict.lm, qnorm, quantile, rnorm,
rstudent, sd, shapiro.test, smooth.spline,
wilcox.test)
importFrom(utils, head, tail)
exportClasses(
"amptest",
"bg",
"der",
"refMFI"
)
exportMethods(
"plot",
"qqline",
"qqnorm",
"show",
"summary")
export(
"AmpSim",
"AmpSim.gui",
"amptester",
"amptester.gui",
"bg.max",
"CPP",
"effcalc",
"fixNA",
"humanrater",
"inder",
"lm.coefs",
"MFIaggr",
"MFIaggr.gui",
"normalizer",
"plotCurves",
"rounder",
"smoother",
"th.cyc"
)