Skip to content

Commit

Permalink
small changes in qml
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuspfadt committed Aug 7, 2024
1 parent 128bd65 commit c8f24cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/sem.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8f24cc

Please sign in to comment.