Skip to content

Commit

Permalink
remove redundant scaled.shifted setting from lav_update_test_custom_h1()
Browse files Browse the repository at this point in the history
  • Loading branch information
TDJorgensen committed Jun 20, 2024
1 parent 415e976 commit 5aae5f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/lav_test.R
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,6 @@ lav_update_test_custom_h1 <- function(lav_obj_h0, lav_obj_h1) {
lrtCall$method <- "mean.var.adjusted.PLRT"
} else {
lrtCall$method <- "satorra.2000"
if (tn == "mean.var.adjusted") lrtCall$scaled.shifted <- FALSE
}
lrtCall$scaled.shifted <- tn == "scaled.shifted"
} else if (tn %in% c("satorra.bentler",
Expand Down

0 comments on commit 5aae5f6

Please sign in to comment.