-
Notifications
You must be signed in to change notification settings - Fork 16
/
NAMESPACE
159 lines (158 loc) · 3.81 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
# Generated by roxygen2: do not edit by hand
S3method("CEriskav<-",bcea)
S3method("CEriskav<-",default)
S3method("mixedAn<-",bcea)
S3method("mixedAn<-",default)
S3method("setComparisons<-",bcea)
S3method("setComparisons<-",default)
S3method("setKmax<-",bcea)
S3method("setKmax<-",default)
S3method("setReferenceGroup<-",bcea)
S3method("setReferenceGroup<-",default)
S3method(bcea,bugs)
S3method(bcea,default)
S3method(bcea,rjags)
S3method(bcea,rstan)
S3method(ceac.plot,bcea)
S3method(ceaf.plot,pairwise)
S3method(ceef.plot,bcea)
S3method(ceplane.plot,bcea)
S3method(contour,bcea)
S3method(contour2,bcea)
S3method(createInputs,bugs)
S3method(createInputs,data.frame)
S3method(createInputs,default)
S3method(createInputs,numeric)
S3method(createInputs,rjags)
S3method(createInputs,stanfit)
S3method(eib.plot,bcea)
S3method(evi.plot,bcea)
S3method(evi.plot,mixedAn)
S3method(evppi,bcea)
S3method(evppi,default)
S3method(ib.plot,bcea)
S3method(info.rank,bcea)
S3method(line_labels,default)
S3method(line_labels,pairwise)
S3method(multi.ce,bcea)
S3method(plot,CEriskav)
S3method(plot,bcea)
S3method(plot,evppi)
S3method(plot,mixedAn)
S3method(print,bcea)
S3method(sim_table,bcea)
S3method(sim_table,default)
S3method(summary,bcea)
S3method(summary,mixedAn)
S3method(summary,pairwise)
export("CEriskav<-")
export("mixedAn<-")
export("setComparisons<-")
export("setKmax<-")
export("setReferenceGroup<-")
export(bcea)
export(best_interv_given_k)
export(ce_table)
export(ceac.plot)
export(ceaf.plot)
export(ceef.plot)
export(ceplane.plot)
export(compute_CEAC)
export(compute_EIB)
export(compute_EVI)
export(compute_IB)
export(compute_ICER)
export(compute_U)
export(compute_Ustar)
export(compute_kstar)
export(compute_ol)
export(compute_vi)
export(contour)
export(contour2)
export(createInputs)
export(diag.evppi)
export(eib.plot)
export(evi.plot)
export(evppi)
export(ib.plot)
export(info.rank)
export(info_rank_plotly)
export(is.bcea)
export(line_labels)
export(make.report)
export(make_legend_plotly)
export(mce.plot)
export(multi.ce)
export(new_bcea)
export(prep_ceplane_params)
export(setComparisons)
export(sim_table)
export(struct.psa)
export(tabulate_means)
export(validate_bcea)
import(dplyr)
import(ggplot2)
import(grid)
import(reshape2)
importFrom(MASS,kde2d)
importFrom(MCMCvis,MCMCchains)
importFrom(Matrix,Matrix)
importFrom(Matrix,expm)
importFrom(Rdpack,reprompt)
importFrom(cli,cli_alert_warning)
importFrom(dplyr,arrange)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,slice)
importFrom(grDevices,colors)
importFrom(grDevices,colours)
importFrom(grDevices,dev.new)
importFrom(grDevices,devAskNewPage)
importFrom(grDevices,grey.colors)
importFrom(grDevices,pdf.options)
importFrom(grDevices,ps.options)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,box)
importFrom(graphics,contour)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,matlines)
importFrom(graphics,matplot)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(grid,unit)
importFrom(gridExtra,grid.arrange)
importFrom(purrr,keep)
importFrom(purrr,list_cbind)
importFrom(purrr,map)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,pluck)
importFrom(reshape2,melt)
importFrom(rlang,.data)
importFrom(rlang,int)
importFrom(rstan,extract)
importFrom(scales,label_dollar)
importFrom(stats,as.formula)
importFrom(stats,cov)
importFrom(stats,density)
importFrom(stats,lm)
importFrom(stats,qnorm)
importFrom(stats,qqline)
importFrom(stats,qqnorm)
importFrom(stats,quantile)
importFrom(stats,reorder)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(utils,methods)
importFrom(utils,modifyList)
importFrom(utils,str)
importFrom(utils,tail)