Skip to content

Commit 4485a9f

Browse files
committed
remove multiple models option but leave code in for possible future implementation
1 parent e1eeff3 commit 4485a9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/plssem.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ checkCSemModel <- function(model, availableVars) {
320320
fittab$dependOn(c("models"))
321321
fittab$position <- 0
322322

323-
fittab$addColumnInfo(name = "Model", title = "", type = "string", combine = TRUE)
323+
# fittab$addColumnInfo(name = "Model", title = "", type = "string", combine = TRUE)
324324
if (options[["group"]] != "")
325325
fittab$addColumnInfo(name = "group", title = gettext("Group"), type = "string" )
326326
fittab$addColumnInfo(name = "AIC", title = gettext("AIC"), type = "number" )
@@ -424,7 +424,7 @@ checkCSemModel <- function(model, availableVars) {
424424
}
425425
}
426426

427-
fittab[["Model"]] <- name
427+
# fittab[["Model"]] <- name
428428
if (options[["group"]] != "")
429429
fittab[["group"]] <- group
430430
fittab[["AIC"]] <- aic

0 commit comments

Comments
 (0)