Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions inst/qml/ExploratoryFactorAnalysis.qml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ Form
RadioButton
{
value: "principalComponentBased"
label: qsTr("Based on PC")
checked: true
label: qsTr("Based on principal components")
}
RadioButton
{
value: "factorBased"
label: qsTr("Based on FA")
label: qsTr("Based on factors")
checked: true
}
}
IntegerField
Expand Down