Skip to content

Commit 5f27868

Browse files
committed
corrected verify
1 parent 1746c9c commit 5f27868

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/postestimate_verify.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ verify <- function(.object){
145145
"UniqueLoading" = all(x2$Unique_loading_estimates[indicator_c] == 0)
146146
)
147147

148-
stat["6"] <- !any(zeroness)
148+
stat["6"] <- !all(zeroness)
149149

150150
class(stat) <- "cSEMVerify"
151151
stat

0 commit comments

Comments
 (0)