Skip to content

Commit c5f65f6

Browse files
committed
[SAM] make gamma.unbiased = TRUE the default; move local specific code to lav_sam_step1_local.R
1 parent 6ecb690 commit c5f65f6

File tree

5 files changed

+1188
-6
lines changed

5 files changed

+1188
-6
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
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.2324
3+
Version: 0.6-20.2325
44
Authors@R: c(person(given = "Yves", family = "Rosseel",
55
role = c("aut", "cre"),
66
email = "Yves.Rosseel@UGent.be",

R/lav_sam_step0.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ lav_sam_step0 <- function(cmd = "sem", model = NULL, data = NULL,
2929
if (se %in% c("local", "ij", "twostep.robust")) {
3030
dotdotdot0$sample.icov <- TRUE
3131
dotdotdot0$NACOV <- TRUE
32-
dotdotdot0$gamma.unbiased <- TRUE
32+
#dotdotdot0$gamma.unbiased <- TRUE
3333
dotdotdot0$fixed.x <- FALSE
3434
dotdotdot0$ov.order <- "force.model" # avoid data ordering...
3535
}

0 commit comments

Comments
 (0)