-
Notifications
You must be signed in to change notification settings - Fork 27
/
ttestps.u.yaml
149 lines (149 loc) · 4.63 KB
/
ttestps.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
name: ttestPS
title: Paired Samples T-Test
jus: '2.0'
compilerMode: tame
children:
- type: VariableSupplier
suggested:
- continuous
permitted:
- numeric
persistentItems: true
stretchFactor: 1
children:
- type: TargetLayoutBox
children:
- type: VariablesListBox
name: pairs
isTarget: true
fullRowSelect: true
itemDropBehaviour: overwrite
columns:
- name: i1
stretchFactor: 1
template:
type: VariableLabel
- name: i2
stretchFactor: 1
template:
type: VariableLabel
- type: LayoutBox
margin: large
stretchFactor: 1
children:
- type: LayoutBox
cell:
column: 0
row: 0
stretchFactor: 1
children:
- type: Label
label: Tests
children:
- type: CheckBox
name: students
label: Student's
children:
- type: CheckBox
name: bf
label: Bayes factor
children:
- type: TextBox
name: bfPrior
label: Prior
format: number
enable: (bf)
- type: CheckBox
name: wilcoxon
label: Wilcoxon rank
- type: Label
label: Hypothesis
children:
- type: RadioButton
name: hypothesis_different
optionName: hypothesis
optionPart: different
label: Measure 1 ≠ Measure 2
- type: RadioButton
name: hypothesis_oneGreater
optionName: hypothesis
optionPart: oneGreater
label: Measure 1 > Measure 2
- type: RadioButton
name: hypothesis_twoGreater
optionName: hypothesis
optionPart: twoGreater
label: Measure 1 < Measure 2
- type: Label
label: Missing values
children:
- type: RadioButton
name: miss_perAnalysis
optionName: miss
optionPart: perAnalysis
label: Exclude cases analysis by analysis
- type: RadioButton
name: miss_listwise
optionName: miss
optionPart: listwise
label: Exclude cases listwise
- type: LayoutBox
cell:
column: 1
row: 0
stretchFactor: 1
children:
- type: Label
label: Additional Statistics
children:
- type: CheckBox
name: meanDiff
label: Mean difference
children:
- type: LayoutBox
children:
- type: CheckBox
name: ci
label: Confidence interval
enable: (meanDiff)
style: inline
verticalAlignment: center
children:
- type: TextBox
name: ciWidth
label: ''
suffix: '%'
format: number
enable: (meanDiff && ci)
- type: CheckBox
name: effectSize
label: Effect size
children:
- type: LayoutBox
children:
- type: CheckBox
name: ciES
label: Confidence interval
enable: (effectSize)
style: inline
verticalAlignment: center
children:
- type: TextBox
name: ciWidthES
label: ''
suffix: '%'
format: number
enable: (effectSize && ciES)
- type: CheckBox
name: desc
label: Descriptives
- type: CheckBox
name: plots
label: Descriptives plots
- type: Label
label: Assumption Checks
children:
- type: CheckBox
name: norm
- type: CheckBox
name: qq