We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1eeff3 commit 4485a9fCopy full SHA for 4485a9f
R/plssem.R
@@ -320,7 +320,7 @@ checkCSemModel <- function(model, availableVars) {
320
fittab$dependOn(c("models"))
321
fittab$position <- 0
322
323
- fittab$addColumnInfo(name = "Model", title = "", type = "string", combine = TRUE)
+ # fittab$addColumnInfo(name = "Model", title = "", type = "string", combine = TRUE)
324
if (options[["group"]] != "")
325
fittab$addColumnInfo(name = "group", title = gettext("Group"), type = "string" )
326
fittab$addColumnInfo(name = "AIC", title = gettext("AIC"), type = "number" )
@@ -424,7 +424,7 @@ checkCSemModel <- function(model, availableVars) {
424
}
425
426
427
- fittab[["Model"]] <- name
+ # fittab[["Model"]] <- name
428
429
fittab[["group"]] <- group
430
fittab[["AIC"]] <- aic
0 commit comments