-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
56 lines (55 loc) · 1.22 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
# Generated by roxygen2: do not edit by hand
S3method(as.matrix,uwmwEstimate)
S3method(as.matrix,uwmwRes)
export(as.matrix)
export(coef)
export(esttype)
export(forestplot)
export(getEstimate)
export(getOrder)
export(groupinfo)
export(housekeeping)
export(is.unsorted)
export(logor)
export(oddsRatio)
export(orderedBy)
export(plot)
export(pval)
export(ref)
export(se)
export(type)
export(uWMW)
export(unorder)
export(vcov)
export(volcanoplot)
export(zval)
exportClasses(uwmwEstimate)
exportClasses(uwmwRes)
exportMethods("[")
exportMethods(coef)
exportMethods(esttype)
exportMethods(names)
exportMethods(order)
exportMethods(plot)
exportMethods(sort)
exportMethods(unorder)
exportMethods(vcov)
import(methods)
importClassesFrom(limma,MArrayLM)
importFrom(BiocGenerics,sort)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,segments)
importFrom(graphics,strheight)
importFrom(graphics,text)
importFrom(stats,coef)
importFrom(stats,na.omit)
importFrom(stats,plogis)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,vcov)