-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.12 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
# Generated by roxygen2: do not edit by hand
S3method(plot,sa_ci_fixed)
S3method(plot,sa_ci_gs)
S3method(plot,sa_des_adaptive)
S3method(plot,sa_des_admissable)
S3method(plot,sa_des_bayesfreq)
S3method(plot,sa_des_curtailed)
S3method(plot,sa_des_fixed)
S3method(plot,sa_des_gs)
S3method(plot,sa_est_curtailed)
S3method(plot,sa_est_fixed)
S3method(plot,sa_est_gs)
S3method(plot,sa_opchar_adaptive)
S3method(plot,sa_opchar_admissable)
S3method(plot,sa_opchar_bayesfreq)
S3method(plot,sa_opchar_curtailed)
S3method(plot,sa_opchar_fixed)
S3method(plot,sa_opchar_gs)
S3method(plot,sa_pval_fixed)
S3method(plot,sa_pval_gs)
export(build_curtailed)
export(build_gs)
export(ci_fixed)
export(ci_gehan)
export(ci_gs)
export(des_adaptive)
export(des_admissable)
export(des_bayesfreq)
export(des_curtailed)
export(des_fixed)
export(des_gehan)
export(des_gs)
export(est_curtailed)
export(est_fixed)
export(est_gs)
export(opchar_adaptive)
export(opchar_admissable)
export(opchar_bayesfreq)
export(opchar_curtailed)
export(opchar_fixed)
export(opchar_gehan)
export(opchar_gs)
export(pval_fixed)
export(pval_gs)
importFrom(Rcpp,sourceCpp)
useDynLib(singlearm)