Skip to content

Commit

Permalink
allow for wider range (0,1) for geomin.epsilon
Browse files Browse the repository at this point in the history
  • Loading branch information
yrosseel committed Dec 30, 2024
1 parent de85bfe commit 416ea40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/lav_options_default.R
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ lav_options_default <- function() {
default = "default", kaiser = "kaiser", none = "none",
cureton.mulaik = "cm", cm = "cm"))
elm(c("rotation.args", "std.ov"), TRUE, bl = TRUE)
elm(c("rotation.args", "geomin.epsilon"), 0.001, nm = "]0, 0.01]")
elm(c("rotation.args", "geomin.epsilon"), 0.001, nm = "]0, 1.00]")
# was 0.01 < 0.6-10
elm(c("rotation.args", "orthomax.gamma"), 1, nm = "[0, 1]")
elm(c("rotation.args", "cf.gamma"), 0, nm = "[0, 1]")
Expand Down

0 comments on commit 416ea40

Please sign in to comment.