Skip to content

Commit

Permalink
[SAM] store JAC in output = "list" if se = "local"
Browse files Browse the repository at this point in the history
  • Loading branch information
yrosseel committed Nov 16, 2024
1 parent 81ec552 commit 5a0e02b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: lavaan
Title: Latent Variable Analysis
Version: 0.6-20.2233
Version: 0.6-20.2234
Authors@R: c(person(given = "Yves", family = "Rosseel",
role = c("aut", "cre"),
email = "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion R/xxx_sam.R
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ sam <- function(model = NULL,
for (g in seq_len(FIT@Data@ngroups)) {
Gamma.eta[[g]] <- JAC[[g]] %*% Gamma[[g]] %*% t(JAC[[g]])
}
# STEP1$JAC <- JAC
STEP1$JAC <- JAC
STEP1$Gamma.eta <- Gamma.eta
}

Expand Down

0 comments on commit 5a0e02b

Please sign in to comment.