From 1161be84c1e9a9d4099ff13184c20894dc4be02c Mon Sep 17 00:00:00 2001 From: boutinb Date: Wed, 16 Oct 2024 12:10:03 +0200 Subject: [PATCH] Assign the same variable to different factors in CFA --- inst/qml/ConfirmatoryFactorAnalysis.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/inst/qml/ConfirmatoryFactorAnalysis.qml b/inst/qml/ConfirmatoryFactorAnalysis.qml index 2757c35..f9d16e0 100644 --- a/inst/qml/ConfirmatoryFactorAnalysis.qml +++ b/inst/qml/ConfirmatoryFactorAnalysis.qml @@ -29,6 +29,7 @@ Form initNumberFactors: 1 allowedColumns: ["ordinal", "scale"] allowTypeChange: true + keepAvailableVariables: true } Section