-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
43 lines (39 loc) · 921 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
import(methods)
importMethodsFrom(marray, lines, points)
importFrom(BiocGenerics, residuals)
importFrom(Biobase, exprs)
importFrom(CGHbase, segmented, probloss, probnorm, probgain, probamp)
importFrom(graphics, abline, box, polygon)
importFrom(grDevices, dev.off, jpeg, pdf)
importFrom(ic.infer, ic.weights, pbetabar)
importFrom(quadprog, solve.QP)
importFrom(Rcsdp, csdp)
importFrom(stats, lm, p.adjust, pf, quantile, rnorm, runif, vcov)
importFrom(stats4, coef, summary, plot)
importFrom(utils, combn, head)
export("plrs.sim","plrs.cb","plrs.series")
exportClasses(
"plrs",
"plrs.select",
"plrs.series"
)
exportMethods(
"coef",
"fitted",
"effects",
"knots",
"model.matrix",
"plot",
"predict",
"print",
"residuals",
"show",
"summary"
)
export(
"criteria",
"modify.conf",
"plrs",
"plrs.select",
"plrs.test"
)