Skip to content

Commit

Permalink
Updating variable types in QML: removing suggestedColumns, restrictin…
Browse files Browse the repository at this point in the history
…g allowedColumns to 'scale' for EFA and PCA since the analysis automatically casts everything as numeric, anyway (#225)
  • Loading branch information
kylelang authored Jul 11, 2024
1 parent bb1a2e9 commit d2ac227
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inst/qml/ConfirmatoryFactorAnalysis.qml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ Form
{
title: qsTr("Second-Order")
name: "secondOrder"
suggestedColumns: []
}
preferredHeight: jaspTheme.defaultVariablesFormHeight / 3
}
Expand Down

0 comments on commit d2ac227

Please sign in to comment.