We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 375fda7 commit 3598239Copy full SHA for 3598239
src/library/stats/tests/factanal-tst.R
@@ -31,7 +31,7 @@ rotmat <- resO100 $ rotmat
31
# no longer can the unrotated matrix be recreated. the max abs diff between
32
# unrotated and recreated unrotated loadings should be near zero but is not:
33
print.default(dev <- ldns %*% solve(rotmat) - oriL)
34
-stopifnot(max(abs(dev)) < 1e-14) # max|dev| was 2.000982 (R <= 4.4.x), now 2.22e-16 [Lnx x86_64, gcc]
+stopifnot(max(abs(dev)) < 1e-9) # max|dev| was 2.000982 (R <= 4.4.x), now 2.22e-16 [Lnx x86_64, gcc]; 6e-12 on M1mac
35
36
ldns # prints loadings too
37
## check the "SS loadings .... " line
0 commit comments