-
Notifications
You must be signed in to change notification settings - Fork 27
/
ttestones.r.yaml
324 lines (272 loc) · 6.95 KB
/
ttestones.r.yaml
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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
---
name: ttestOneS
title: One Sample T-Test
jrs: '1.0'
items:
- name: ttest
title: One Sample T-Test
type: Table
description: a table containing the t-test results
rows: (vars)
clearWith:
- hypothesis
- testValue
- miss
- bfPrior
- ciWidth
- ciWidthES
columns:
- name: var[stud]
title: ""
content: ($key)
type: text
combineBelow: true
visible: (students)
- name: name[stud]
title: ''
type: text
content: Student's t
visible: (students)
- name: stat[stud]
title: Statistic
type: number
visible: (students)
- name: err[stud]
title: 'error %'
type: number
visible: (students && bf)
content: ''
- name: df[stud]
title: df
type: number
visible: (students)
- name: p[stud]
title: p
type: number
format: zto,pvalue
visible: (students)
- name: md[stud]
title: Mean difference
type: number
visible: (meanDiff && students)
- name: cil[stud]
title: Lower
type: number
visible: (ci && meanDiff && students)
- name: ciu[stud]
title: Upper
type: number
visible: (ci && meanDiff && students)
- name: esType[stud]
title: ''
content: Cohen's d
type: text
visible: (effectSize && students)
- name: es[stud]
title: Effect Size
type: number
visible: (effectSize && students)
- name: ciles[stud]
title: Lower
type: number
visible: (ciES && effectSize && students)
- name: ciues[stud]
title: Upper
type: number
visible: (ciES && effectSize && students)
- name: var[bf]
title: ""
content: ($key)
type: text
combineBelow: true
visible: (bf)
- name: name[bf]
title: ''
type: text
content: Bayes factor₁₀
visible: (bf)
- name: stat[bf]
title: Statistic
type: number
visible: (bf)
refs: [ BF, btt ]
- name: err[bf]
title: '±%'
type: number
visible: (bf)
- name: df[bf]
title: df
type: number
visible: (bf)
content: ''
- name: p[bf]
title: p
type: number
format: zto,pvalue
visible: (bf)
content: ''
- name: md[bf]
title: Mean difference
type: number
visible: (meanDiff && bf)
content: ''
- name: cil[bf]
title: Lower
type: number
visible: (ci && meanDiff && bf)
content: ''
- name: ciu[bf]
title: Upper
type: number
visible: (ci && meanDiff && bf)
content: ''
- name: esType[bf]
title: ''
content: ''
type: text
visible: (effectSize && bf)
- name: es[bf]
title: Effect Size
type: number
visible: (effectSize && bf)
content: ''
- name: ciles[bf]
title: Lower
type: number
visible: (ciES && effectSize && bf)
content: ''
- name: ciues[bf]
title: Upper
type: number
visible: (ciES && effectSize && bf)
content: ''
- name: var[wilc]
title: ""
content: ($key)
type: text
combineBelow: true
visible: (wilcoxon || mann)
- name: name[wilc]
title: ''
type: text
content: Wilcoxon W
visible: (wilcoxon || mann)
- name: stat[wilc]
title: Statistic
type: number
visible: (wilcoxon || mann)
- name: err[wilc]
title: '±%'
type: number
visible: (bf && (wilcoxon || mann))
content: ''
- name: p[wilc]
title: p
type: number
format: zto,pvalue
visible: (wilcoxon || mann)
- name: md[wilc]
title: Mean difference
type: number
visible: (meanDiff && (wilcoxon || mann))
- name: cil[wilc]
title: Lower
type: number
visible: (ci && meanDiff && (wilcoxon || mann))
- name: ciu[wilc]
title: Upper
type: number
visible: (ci && meanDiff && (wilcoxon || mann))
- name: esType[wilc]
title: ''
content: Rank biserial correlation
type: text
visible: (effectSize && wilcoxon)
refs: Kerby2014
- name: es[wilc]
title: Effect Size
type: number
visible: (effectSize && wilcoxon)
- name: ciles[wilc]
title: Lower
type: number
visible: (ciES && effectSize && (wilcoxon || mann))
- name: ciues[wilc]
title: Upper
type: number
visible: (ciES && effectSize && (wilcoxon || mann))
- name: normality
title: Normality Test (Shapiro-Wilk)
type: Table
description: a table containing the normality test results
visible: (norm)
rows: (vars)
notes:
p: A low p-value suggests a violation of the assumption of normality
clearWith:
- miss
columns:
- name: name
title: ""
content: ($key)
type: text
- name: w
title: "W"
type: number
- name: p
type: number
format: zto,pvalue
- name: descriptives
title: Descriptives
type: Table
description: a table containing the descriptives
visible: (desc)
rows: (vars)
clearWith:
- miss
columns:
- name: name
title: ""
content: ($key)
type: text
- name: num
title: "N"
type: number
- name: mean
title: Mean
type: number
- name: median
title: Median
type: number
- name: sd
title: SD
type: number
- name: se
title: SE
type: number
- name: plots
title: Plots
description: an image of the descriptive plots
visible: (plots)
type: Image
renderFun: .desc
clearWith:
- vars
- miss
- testValue
- name: qq
title: Q-Q plots
type: Array
description: an array of Q-Q plots
visible: (qq)
items: (vars)
clearWith:
- miss
template:
type: Image
description: Q-Q plot
width: 350
height: 300
requiresData: true
renderFun: .qq
clearWith: []