-
Notifications
You must be signed in to change notification settings - Fork 27
/
pca.u.yaml
111 lines (111 loc) · 2.99 KB
/
pca.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
title: Principal Component Analysis
name: pca
jus: '2.0'
stage: 0
compilerMode: tame
children:
- type: VariableSupplier
suggested:
- continuous
- ordinal
permitted:
- numeric
persistentItems: false
stretchFactor: 1
children:
- type: TargetLayoutBox
children:
- type: VariablesListBox
name: vars
isTarget: true
- type: LayoutBox
margin: large
stretchFactor: 1
children:
- type: LayoutBox
margin: large
cell:
column: 0
row: 0
stretchFactor: 1
children:
- type: Label
label: Method
children:
- name: rotation
type: ComboBox
- type: Label
label: Number of Components
children:
- type: RadioButton
name: nFactorMethod_parallel
optionName: nFactorMethod
optionPart: parallel
label: Based on parallel analysis
- type: RadioButton
name: nFactorMethod_eigen
optionName: nFactorMethod
optionPart: eigen
label: Based on eigenvalue
children:
- name: minEigen
type: TextBox
label: Eigenvalues greater than
format: number
enable: (nFactorMethod_eigen)
- type: RadioButton
name: nFactorMethod_fixed
optionName: nFactorMethod
optionPart: fixed
label: Fixed number
children:
- name: nFactors
type: TextBox
label: ''
suffix: component(s)
format: number
enable: (nFactorMethod_fixed)
- type: LayoutBox
margin: large
cell:
column: 1
row: 0
stretchFactor: 1
children:
- type: Label
label: Assumption Checks
children:
- name: bartlett
type: CheckBox
- name: kmo
type: CheckBox
- type: Label
label: Factor Loadings
children:
- name: hideLoadings
type: TextBox
format: number
- type: CheckBox
name: sortLoadings
- type: Label
label: Additional Output
children:
- name: factorSummary
type: CheckBox
- name: factorCor
type: CheckBox
- name: eigen
type: CheckBox
- name: screePlot
type: CheckBox
- type: CollapseBox
label: Save
collapsed: true
stretchFactor: 1
children:
- type: LayoutBox
margin: large
stretchFactor: 1
children:
- type: Output
name: factorScoresOV