-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
64 lines (59 loc) · 933 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
import("methods")
import("survival")
import("stats")
import("graphics")
export(
"NADAprobs",
"splitQual",
"pctCen",
"Cen",
"cenfit",
"cendiff",
"cenmle",
"cenreg",
"cenros",
"cenken",
# "kendallATS",
"cenboxplot",
"cenxyplot",
"censummary",
"censtats",
"cohn",
"ros",
"hc.ppoints",
"hc.ppoints.cen",
"hc.ppoints.uncen")
exportClasses(
"NADAList",
"ros",
"cenfit",
"cenreg",
"cenreg-lognormal",
"cenreg-gaussian",
"cenmle",
"cenmle-lognormal",
"cenmle-gaussian",
"summary.cenreg",
"cenken")
exportMethods(
"show",
"print",
"plot",
"boxplot",
"summary",
"mean",
"sd",
"median",
# "min",
# "max",
"quantile",
"predict",
"pexceed",
"flip",
"asSurv",
"lines",
# "abline",
"coef",
"residuals",
"cor")
S3method("as.data.frame", "ros")