forked from bjbiggerstaff/PooledInfRate
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
129 lines (98 loc) · 3.35 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
export(pooledBin,pIR,vectorIndex,VI,pooledBinDiff,pIRDiff,
print.pooledBin,summary.pooledBin,plot.pooledBin,
#print.pooledBinList,summary.pooledBinList,plot.pooledBinList,
print.pIR,summary.pIR,plot.pIR,
#print.pIRList,summary.pIRList,plot.pIRList,
print.pooledBinDiff,summary.pooledBinDiff,
print.summary.pooledBinDiff,
print.pIRDiff,summary.pIRDiff,print.summary.pIRDiff,
ipooledBin,print.ipooledBin,summary.ipooledBin,print.summary.ipooledBin,
"[.pooledBin", "[.pIR", "[.pooledBinDiff", "[.pIRDiff",
"[.summary.pooledBin", "[.summary.pIR", "[.summary.pooledBinDiff", "[.summary.pIRDiff",
"[.ipooledBin","[.summary.ipooledBin",
#"[.pooledBinList", "[.pIRList")
as.data.frame.pooledBin,as.data.frame.pIR,
as.data.frame.pooledBinDiff,as.data.frame.pIRDiff,
as.data.frame.ipooledBin)
import(graphics,knitr)
importFrom("stats","lm","qchisq","qnorm","uniroot","as.formula","terms","na.omit")
S3method(print, pooledBin)
S3method(summary,pooledBin)
S3method(plot, pooledBin)
S3method(as.data.frame, pooledBin)
S3method("[",pooledBin)
#S3method(print, pooledBinList)
#S3method(summary,pooledBinList)
#S3method(plot, pooledBinList)
#S3method(as.data.frame, pooledBinList)
#S3method("[",pooledBinList)
S3method(print, summary.pooledBin)
#S3method(print, summary.pooledBinList)
S3method("[",summary.pooledBin)
#S3method("[",summary.pooledBinList)
S3method(pooledBin, default)
S3method(pooledBin, formula)
S3method(print, pIR)
S3method(summary,pIR)
S3method(plot, pIR)
S3method(as.data.frame, pIR)
S3method("[",pIR)
#S3method(print, pIRList)
#S3method(summary,pIRList)
#S3method(plot, pIRList)
#S3method(as.data.frame, pIRList)
#S3method("[",pIRList)
S3method(print, summary.pIR)
#S3method(print, summary.pIRList)
S3method("[",summary.pIR)
#S3method("[",summary.pIRList)
S3method(pIR, default)
S3method(pIR, formula)
S3method(vectorIndex, default)
S3method(vectorIndex, formula)
S3method(VI, default)
S3method(VI, formula)
S3method(print, vectorIndex)
#S3method(print, vectorIndexList)
S3method(summary, vectorIndex)
#S3method(summary, vectorIndexList)
S3method("[",vectorIndex)
#S3method("[",summary.vectorIndex)
S3method(print, summary.vectorIndex)
#S3method(print, summary.vectorIndexList)
S3method(print, VI)
#S3method(print, VIList)
S3method(summary, VI)
#S3method(summary, VIList)
S3method("[",VI)
#S3method("[",summary.VI)
S3method(print, summary.VI)
#S3method(print, summary.VIList)
S3method(pooledBinDiff,default)
S3method(pooledBinDiff,formula)
S3method(print,pooledBinDiff)
S3method(summary,pooledBinDiff)
S3method(as.data.frame,pooledBinDiff)
S3method("[",pooledBinDiff)
S3method("[",summary.pooledBinDiff)
S3method(print, summary.pooledBinDiff)
S3method(pIRDiff, default)
S3method(pIRDiff, formula)
S3method(print, pIRDiff)
S3method(summary, pIRDiff)
S3method("[",pIRDiff)
S3method("[",summary.pIRDiff)
S3method(as.data.frame, pIRDiff)
S3method(print, summary.pIRDiff)
S3method(print, ipooledBin)
S3method(summary,ipooledBin)
S3method(as.data.frame,ipooledBin)
#S3method(print, ipooledBinList)
#S3method(summary,ipooledBinList)
#S3method(as.data.frame,ipooledBinList)
S3method(print, summary.ipooledBin)
#S3method(print, summary.ipooledBinList)
S3method(ipooledBin, default)
S3method(ipooledBin, formula)
S3method("[",ipooledBin)
S3method("[",summary.ipooledBin)