-
Notifications
You must be signed in to change notification settings - Fork 27
/
anova.u.yaml
288 lines (287 loc) · 8 KB
/
anova.u.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
name: anova
title: ANOVA
jus: '3.0'
compilerMode: tame
children:
- type: VariableSupplier
name: variablesupplier
persistentItems: false
stretchFactor: 1
children:
- type: TargetLayoutBox
children:
- type: VariablesListBox
name: dep
isTarget: true
maxItemCount: 1
- type: TargetLayoutBox
children:
- type: VariablesListBox
name: factors
isTarget: true
- type: LayoutBox
margin: large
style: inline
stretchFactor: 1
children:
- type: Label
label: Model Fit
cell:
row: 0
column: 0
stretchFactor: 1
margin: large
style: list-inline
children:
- name: modelTest
type: CheckBox
- type: Label
label: Effect Size
cell:
row: 0
column: 1
stretchFactor: 1
margin: large
style: list-inline
children:
- name: effectSize_eta
type: CheckBox
optionPart: eta
optionName: effectSize
- name: effectSize_partEta
type: CheckBox
optionPart: partEta
optionName: effectSize
- name: effectSize_omega
type: CheckBox
optionPart: omega
optionName: effectSize
- type: CollapseBox
label: Model
collapsed: true
stretchFactor: 1
children:
- type: Supplier
name: modelSupplier
label: Components
persistentItems: true
stretchFactor: 1
format: term
children:
- type: TargetLayoutBox
transferAction: interactions
children:
- type: ListBox
name: modelTerms
valueFilter: unique
isTarget: true
itemDropBehaviour: emptyspace
template:
type: TermLabel
- type: LayoutBox
children:
- type: ComboBox
name: ss
- type: CollapseBox
label: Assumption Checks
collapsed: true
stretchFactor: 1
children:
- type: CheckBox
name: homo
- type: CheckBox
name: norm
- type: CheckBox
name: qq
- type: CollapseBox
label: Contrasts
collapsed: true
stretchFactor: 1
children:
- type: ListBox
name: contrasts
stretchFactor: 1
columns:
- name: var
selectable: false
stretchFactor: 1
maxWidth: 300
template:
type: VariableLabel
- name: type
selectable: false
stretchFactor: 0.5
template:
type: ComboBox
label: ''
- type: CollapseBox
label: Post Hoc Tests
collapsed: true
stretchFactor: 1
children:
- type: Supplier
name: postHocSupplier
persistentItems: false
stretchFactor: 1
format: term
children:
- type: TargetLayoutBox
label: ''
children:
- type: ListBox
name: postHoc
isTarget: true
template:
type: TermLabel
- type: LayoutBox
margin: large
stretchFactor: 1
children:
- type: Label
label: Correction
stretchFactor: 1
cell:
column: 0
row: 0
children:
- name: postHocCorr_none
type: CheckBox
optionPart: none
optionName: postHocCorr
- name: postHocCorr_tukey
type: CheckBox
optionPart: tukey
optionName: postHocCorr
- name: postHocCorr_scheffe
type: CheckBox
optionPart: scheffe
optionName: postHocCorr
- name: postHocCorr_bonf
type: CheckBox
optionPart: bonf
optionName: postHocCorr
- name: postHocCorr_holm
type: CheckBox
optionPart: holm
optionName: postHocCorr
- type: Label
label: Effect Size
stretchFactor: 1
cell:
column: 1
row: 0
children:
- name: postHocES_d
type: CheckBox
optionPart: d
optionName: postHocES
children:
- type: LayoutBox
children:
- type: CheckBox
name: postHocEsCi
label: Confidence interval
enable: (postHocES:d)
style: inline
verticalAlignment: center
children:
- type: TextBox
name: postHocEsCiWidth
label: ''
suffix: '%'
format: number
enable: (postHocES:d && postHocEsCi)
- type: CollapseBox
label: Estimated Marginal Means
collapsed: true
stretchFactor: 1
children:
- type: LayoutBox
margin: large
stretchFactor: 1
children:
- type: VariableSupplier
name: emMeansSupplier
populate: manual
persistentItems: true
stretchFactor: 1
children:
- type: TargetLayoutBox
children:
- type: ListBox
name: emMeans
height: large
addButton: Add New Term
events:
listItemAdded: emMeans_listItemsChanged
listItemRemoved: emMeans_listItemsChanged
selectable: true
templateName: linreg-block-template
template:
type: LayoutBox
margin: normal
targetArea: true
children:
- type: Label
label: Term 1
name: blockName
stretchFactor: 1
margin: normal
- type: VariablesListBox
name: blockList
isTarget: true
valueFilter: unique
height: auto
maxItemCount: 3
ghostText: drag variables here
- type: LayoutBox
margin: large
stretchFactor: 1
children:
- type: LayoutBox
cell:
column: 0
row: 0
stretchFactor: 1
children:
- type: Label
label: Output
children:
- type: CheckBox
name: emmPlots
- type: CheckBox
name: emmTables
- type: Label
label: General Options
children:
- type: CheckBox
name: emmWeights
- type: TextBox
name: ciWidthEmm
label: Confidence interval
suffix: '%'
format: number
- type: LayoutBox
cell:
column: 1
row: 0
stretchFactor: 1
children:
- type: Label
label: Plot
children:
- type: ComboBox
name: emmPlotError
- type: CheckBox
name: emmPlotData
- type: CollapseBox
label: Save
collapsed: true
stretchFactor: 1
children:
- type: LayoutBox
margin: large
stretchFactor: 1
children:
- type: Output
name: residsOV