-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
64 lines (63 loc) · 1.52 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
# Generated by roxygen2: do not edit by hand
S3method(forest,orbbound)
S3method(funnel,limitmeta)
S3method(plot,copas)
S3method(print,copas)
S3method(print,lfkindex)
S3method(print,limitmeta)
S3method(print,orbbound)
S3method(print,summary.copas)
S3method(print,summary.limitmeta)
S3method(summary,copas)
S3method(summary,limitmeta)
export(copas)
export(doiplot)
export(forest.orbbound)
export(funnel.limitmeta)
export(lfkindex)
export(limitmeta)
export(metamiss)
export(orbbound)
export(plot.copas)
export(print.copas)
export(print.lfkindex)
export(print.orbbound)
export(print.summary.copas)
export(summary.copas)
export(summary.limitmeta)
importFrom(grDevices,contourLines)
importFrom(graphics,abline)
importFrom(graphics,axTicks)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,contour)
importFrom(graphics,curve)
importFrom(graphics,legend)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,segments)
importFrom(graphics,title)
importFrom(meta,ci)
importFrom(meta,forest)
importFrom(meta,funnel)
importFrom(meta,gs)
importFrom(meta,metabias)
importFrom(meta,metabin)
importFrom(meta,metagen)
importFrom(stats,coefficients)
importFrom(stats,dnorm)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,optim)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,qlogis)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,sd)
importFrom(stats,update)
importFrom(stats,var)
importFrom(stats,vcov)