-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
79 lines (75 loc) · 2.4 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
export(fsreg,
FSR_control, FSReda_control, Sreg_control, Sregeda_control, MMreg_control, MMregeda_control, LXS_control,
resfwdplot, mdrplot, resindexplot, levfwdplot,
fsrfan, score,
fsmult, smult, mmmult,
malfwdplot, mmdplot, malindexplot, corfwdplot,
fsmmmdrs, mmdrsplot,
tclustfsda, tclustIC, tclustICsol, tclustICplot, carbikeplot,
tclustreg, #tclustregIC,
myrng, psifun,
spmplot, regspmplot, covplot #, saveas
)
# Import all packages listed as Imports or Depends
importFrom("methods", "is")
importFrom("grDevices", "rgb")
importFrom("graphics", "abline", "lines", "text", "axis")
importFrom(stats4, plot, summary)
importFrom(methods, show)
importFrom("stats", "runif")
importFrom("stats", "pf", "printCoefmat", "pt", "quantile", "qchisq")
importFrom("stats", ".getXlevels", "coef", "is.empty.model",
"model.matrix", "model.offset", "model.response",
"model.weights", "cor", "reshape")
importFrom("utils", "flush.console")
importFrom("ggplot2", "ggplot", "aes", "geom_line", "facet_grid", "labs",
"scale_x_reverse", "ylim", "theme", "theme_light", "theme_bw",
"%+replace%", "element_rect")
import(
rJava
)
##S3 methods
S3method(fsrbase, default)
S3method(fsrbase, formula)
S3method(fsreg, default)
S3method(fsreg, formula)
S3method(fsrfan, default)
S3method(fsrfan, formula)
S3method(score, default)
S3method(score, formula)
S3method(print, fsr)
S3method(print, fsreda)
S3method(print, fsdalms)
S3method(print, fsdalts)
S3method(print, sreg)
S3method(print, sregeda)
S3method(print, mmreg)
S3method(print, mmregeda)
S3method(print, summary.fsr)
S3method(print, summary.fsdalms)
S3method(print, summary.fsdalts)
S3method(summary, fsr)
S3method(summary, fsdalms)
S3method(summary, fsdalts)
S3method(plot, fsrfan)
S3method(print, fsm)
S3method(print, fsmeda)
S3method(summary, fsm)
S3method(print, summary.fsm)
S3method(print, smult)
S3method(print, smulteda)
S3method(summary, smult)
S3method(print, summary.smult)
S3method(print, mmmult)
S3method(print, mmmulteda)
S3method(summary, mmmult)
S3method(print, summary.mmmult)
S3method(print, tclustfsda)
S3method(summary, tclustfsda)
S3method(print, summary.tclustfsda)
S3method(print, tclusteda)
S3method(summary, tclusteda)
S3method(print, summary.tclusteda)
S3method(print, tclustic)
S3method(summary, tclustic)
S3method(print, summary.tclustic)