Skip to content

Commit e4ceb70

Browse files
committed
import extra lavaan function
1 parent 8411de3 commit e4ceb70

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: blavaan
22
Title: Bayesian Latent Variable Analysis
3-
Version: 0.5-8.1365
3+
Version: 0.5-8.1366
44
Authors@R: c(person(given = "Edgar", family = "Merkle",
55
role = c("aut", "cre"),
66
email = "merklee@missouri.edu",

NAMESPACE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ importFrom("lavaan",
3636
"lav_model_set_parameters", "lav_model_vcov_se",
3737
"lav_partable_attributes",
3838
"modificationIndices", "parTable", "parameterEstimates",
39-
"lavPredict", "standardizedSolution", "lav_data_update")
39+
"lavPredict", "standardizedSolution", "lav_data_update",
40+
"lav_samplestats_from_data")
4041

4142
importFrom("coda",
4243
"mcmc.list",

R/blavaan.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ blavaan <- function(..., # default lavaan arguments
654654
paste0("Psi_r_mat_", 1:5), "Psi_r_free", "Nu_free", "Alpha_free")
655655
moment_match_monitors <- c(moment_match_monitors,
656656
paste0(moment_match_monitors, "_c"))
657-
moment_match_monitors <- c(moment_match_monitors, "Tau_ufree",
657+
moment_match_monitors <- c(moment_match_monitors, "Tau_ufree", "sd0",
658658
"z_aug", "ly_sign", "bet_sign", "al_sign", "Theta_cov",
659659
"Theta_var", "Psi_cov", "Psi_var", "Tau_free",
660660
"log_lik", "log_lik_sat", "ppp")

0 commit comments

Comments
 (0)