-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathNAMESPACE
130 lines (129 loc) · 2.98 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
# Generated by roxygen2: do not edit by hand
S3method(boot_log_TOST,default)
S3method(boot_log_TOST,formula)
S3method(boot_ses_calc,default)
S3method(boot_ses_calc,formula)
S3method(boot_smd_calc,default)
S3method(boot_smd_calc,formula)
S3method(boot_t_TOST,default)
S3method(boot_t_TOST,formula)
S3method(boot_t_test,default)
S3method(boot_t_test,formula)
S3method(brunner_munzel,default)
S3method(brunner_munzel,formula)
S3method(describe,TOSTnp)
S3method(describe,TOSTt)
S3method(log_TOST,default)
S3method(log_TOST,formula)
S3method(plot,TOSTt)
S3method(print,TOSTnp)
S3method(print,TOSTt)
S3method(ses_calc,default)
S3method(ses_calc,formula)
S3method(simple_htest,default)
S3method(simple_htest,formula)
S3method(smd_calc,default)
S3method(smd_calc,formula)
S3method(t_TOST,default)
S3method(t_TOST,formula)
S3method(wilcox_TOST,default)
S3method(wilcox_TOST,formula)
export(TOSTmeta)
export(TOSTone)
export(TOSTone.raw)
export(TOSTpaired)
export(TOSTpaired.raw)
export(TOSTr)
export(TOSTtwo)
export(TOSTtwo.prop)
export(TOSTtwo.raw)
export(as_htest)
export(boot_compare_cor)
export(boot_compare_smd)
export(boot_cor_test)
export(boot_log_TOST)
export(boot_ses_calc)
export(boot_smd_calc)
export(boot_t_TOST)
export(boot_t_test)
export(brunner_munzel)
export(compare_cor)
export(compare_smd)
export(corsum_test)
export(dataTOSTone)
export(dataTOSTpaired)
export(dataTOSTr)
export(dataTOSTtwo)
export(datatosttwoprop)
export(describe)
export(describe_htest)
export(df_htest)
export(equ_anova)
export(equ_ftest)
export(extract_r_paired)
export(log_TOST)
export(np_ses)
export(plot_cor)
export(plot_pes)
export(plot_smd)
export(powerTOSTone)
export(powerTOSTone.raw)
export(powerTOSTpaired)
export(powerTOSTpaired.raw)
export(powerTOSTr)
export(powerTOSTtwo)
export(powerTOSTtwo.prop)
export(powerTOSTtwo.raw)
export(power_eq_f)
export(power_t_TOST)
export(power_twoprop)
export(power_z_cor)
export(rbs)
export(ses_calc)
export(simple_htest)
export(smd_calc)
export(t_TOST)
export(tsum_TOST)
export(twoprop_test)
export(wilcox_TOST)
export(z_cor_test)
import(R6)
import(distributional)
import(ggdist)
import(ggplot2)
importFrom(cowplot,get_legend)
importFrom(cowplot,plot_grid)
importFrom(graphics,abline)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(graphics,title)
importFrom(lifecycle,deprecated)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,density)
importFrom(stats,dnorm)
importFrom(stats,dt)
importFrom(stats,integrate)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,nlm)
importFrom(stats,optim)
importFrom(stats,optimize)
importFrom(stats,pf)
importFrom(stats,pnorm)
importFrom(stats,power.t.test)
importFrom(stats,pt)
importFrom(stats,qf)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,t.test)
importFrom(stats,terms)
importFrom(stats,uniroot)
importFrom(stats,var)
importFrom(stats,wilcox.test)
importFrom(tidyr,pivot_longer)
importFrom(utils,head)