-
Notifications
You must be signed in to change notification settings - Fork 27
/
corrpart.u.yaml
97 lines (97 loc) · 2.28 KB
/
corrpart.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
title: Partial Correlation
name: corrPart
jus: '3.0'
compilerMode: tame
children:
- type: VariableSupplier
name: variablesupplier
suggested:
- continuous
- ordinal
permitted:
- numeric
persistentItems: false
stretchFactor: 1
children:
- type: TargetLayoutBox
label: Variables
children:
- type: VariablesListBox
name: vars
isTarget: true
- type: TargetLayoutBox
label: Control Variables
children:
- type: VariablesListBox
name: controls
isTarget: true
- type: LayoutBox
margin: large
stretchFactor: 1
children:
- type: Label
label: Correlation Coefficients
fitToGrid: true
cell:
column: 0
row: 0
stretchFactor: 1
children:
- type: CheckBox
name: pearson
label: Pearson
- type: CheckBox
name: spearman
label: Spearman
- type: CheckBox
name: kendall
- type: Label
label: Hypothesis
fitToGrid: true
cell:
column: 0
row: 1
stretchFactor: 1
children:
- type: RadioButton
name: hypothesis_corr
optionName: hypothesis
optionPart: corr
- type: RadioButton
name: hypothesis_pos
optionName: hypothesis
optionPart: pos
- type: RadioButton
name: hypothesis_neg
optionName: hypothesis
optionPart: neg
- type: Label
label: Correlation Type
fitToGrid: true
cell:
column: 1
row: 0
stretchFactor: 1
children:
- type: RadioButton
name: type_part
optionName: type
optionPart: part
- type: RadioButton
name: type_semi
optionName: type
optionPart: semi
- type: Label
label: Additional Options
fitToGrid: true
cell:
column: 1
row: 1
stretchFactor: 1
children:
- type: CheckBox
name: sig
- type: CheckBox
name: flag
- type: CheckBox
name: 'n'