Skip to content

Commit 0acd48f

Browse files
committed
[lavSimulate] remove se= and bootstrap= argument from call (to avoid duplicated arguments)
1 parent 4018c21 commit 0acd48f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
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.2328
3+
Version: 0.6-20.2329
44
Authors@R: c(person(given = "Yves", family = "Rosseel",
55
role = c("aut", "cre"),
66
email = "Yves.Rosseel@UGent.be",

R/xxx_lavaanList.R

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,7 @@ lavaanList <- function(model = NULL, # model
275275
args = c(
276276
list(
277277
model = model,
278-
data = DATA,
279-
se = FIT@Options$se,
280-
bootstrap = FIT@Options$bootstrap
278+
data = DATA
281279
),
282280
dotdotdot
283281
)

0 commit comments

Comments
 (0)