-
Notifications
You must be signed in to change notification settings - Fork 14
/
NAMESPACE
188 lines (187 loc) · 4.27 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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
# Generated by roxygen2: do not edit by hand
S3method(as_gt,gsBinomialExactTable)
S3method(as_rtf,gsBinomialExactTable)
S3method(as_rtf,gsBoundSummary)
S3method(as_table,gsBinomialExact)
S3method(plot,gsBinomialExact)
S3method(plot,gsDesign)
S3method(plot,gsProbability)
S3method(plot,ssrCP)
S3method(print,eEvents)
S3method(print,gsBoundSummary)
S3method(print,gsDesign)
S3method(print,gsProbability)
S3method(print,gsSurv)
S3method(print,nSurv)
S3method(print,nSurvival)
S3method(summary,gsDesign)
S3method(summary,spendfn)
S3method(xtable,gsDesign)
S3method(xtable,gsSurv)
export("%>%")
export(Power.ssrCP)
export(as_gt)
export(as_rtf)
export(as_table)
export(binomialSPRT)
export(checkLengths)
export(checkRange)
export(checkScalar)
export(checkVector)
export(ciBinomial)
export(condPower)
export(eEvents)
export(gsBValue)
export(gsBinomialExact)
export(gsBound)
export(gsBound1)
export(gsBoundCP)
export(gsBoundSummary)
export(gsCP)
export(gsCPOS)
export(gsCPz)
export(gsDelta)
export(gsDensity)
export(gsDesign)
export(gsHR)
export(gsPI)
export(gsPOS)
export(gsPP)
export(gsPosterior)
export(gsProbability)
export(gsRR)
export(gsSurv)
export(gsSurvCalendar)
export(hGraph)
export(hrn2z)
export(hrz2n)
export(isInteger)
export(nBinomial)
export(nBinomial1Sample)
export(nEvents)
export(nEventsIA)
export(nNormal)
export(nSurv)
export(nSurvival)
export(normalGrid)
export(sequentialPValue)
export(sfBetaDist)
export(sfCauchy)
export(sfExponential)
export(sfExtremeValue)
export(sfExtremeValue2)
export(sfGapped)
export(sfHSD)
export(sfLDOF)
export(sfLDPocock)
export(sfLinear)
export(sfLogistic)
export(sfNormal)
export(sfPoints)
export(sfPower)
export(sfStep)
export(sfTDist)
export(sfTrimmed)
export(sfTruncated)
export(sfXG1)
export(sfXG2)
export(sfXG3)
export(simBinomial)
export(spendingFunction)
export(ssrCP)
export(tEventsIA)
export(testBinomial)
export(toBinomialExact)
export(toInteger)
export(varBinomial)
export(xprint)
export(xtable)
export(z2Fisher)
export(z2NC)
export(z2Z)
export(zn2hr)
importFrom("grDevices","palette")
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,reframe)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,qplot)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_linetype_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,stat_ellipse)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grDevices,gray.colors)
importFrom(graphics,axis)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,matplot)
importFrom(graphics,matpoints)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(grid,unit)
importFrom(gt,cols_label)
importFrom(gt,fmt_number)
importFrom(gt,fmt_percent)
importFrom(gt,gt)
importFrom(gt,html)
importFrom(gt,tab_header)
importFrom(gt,tab_spanner)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(r2rtf,rtf_body)
importFrom(r2rtf,rtf_colheader)
importFrom(r2rtf,rtf_encode)
importFrom(r2rtf,rtf_footnote)
importFrom(r2rtf,rtf_title)
importFrom(r2rtf,write_rtf)
importFrom(rlang,.data)
importFrom(stats,dnorm)
importFrom(stats,nlminb)
importFrom(stats,pbeta)
importFrom(stats,pbinom)
importFrom(stats,pcauchy)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,pt)
importFrom(stats,qbinom)
importFrom(stats,qcauchy)
importFrom(stats,qchisq)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,rbinom)
importFrom(stats,reshape)
importFrom(stats,uniroot)
importFrom(tibble,as_tibble)
importFrom(tidyr,pivot_longer)
importFrom(xtable,xtable)
useDynLib(gsDesign,gsbound)
useDynLib(gsDesign,gsbound1)
useDynLib(gsDesign,gsdensity)
useDynLib(gsDesign,probrej)
useDynLib(gsDesign,stdnorpts)