From c8f24cc5144b980653ec416a27d9e4240ae914a3 Mon Sep 17 00:00:00 2001 From: Julius Pfadt Date: Wed, 7 Aug 2024 10:44:45 +0200 Subject: [PATCH] small changes in qml --- R/sem.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/sem.R b/R/sem.R index d0c447e4..c40ce8a1 100644 --- a/R/sem.R +++ b/R/sem.R @@ -2138,7 +2138,7 @@ checkLavaanModel <- function(model, availableVars) { pathVars <- unique(c(modelTable[modelTable$op == "~", ]$rhs, modelTable[modelTable$op == "~", ]$lhs)) if (length(pathVars) < 2) { - .quitAnalysis(gettext("Please include at least one path in the model to perform a sensitivity analysis.")) + .quitAnalysis(gettext("Please include at least one regression path in the model to perform a sensitivity analysis.")) } sensModel <- analyticModel