Skip to content

Commit 9eee144

Browse files
committed
[SAM] do no longer force marker.int.zero = TRUE
1 parent 2ec3988 commit 9eee144

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: lavaan
22
Title: Latent Variable Analysis
3-
Version: 0.6-20.2277
3+
Version: 0.6-20.2278
44
Authors@R: c(person(given = "Yves", family = "Rosseel",
55
role = c("aut", "cre"),
66
email = "[email protected]",

R/lav_sam_step0.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ lav_sam_step0 <- function(cmd = "sem", model = NULL, data = NULL,
3131
# any lv interaction terms?
3232
if (length(lavNames(flat.model, "lv.interaction")) > 0L) {
3333
dotdotdot0$meanstructure <- TRUE
34-
dotdotdot0$marker.int.zero <- TRUE # or not?
34+
#dotdotdot0$marker.int.zero <- FALSE # or not?
3535
}
3636

3737
# initial processing of the model, no fitting

0 commit comments

Comments
 (0)