1
0
mirror of https://github.com/msberends/AMR.git synced 2026-05-31 13:01:42 +02:00

Built site for AMR@3.0.1.9055: f7e9294

This commit is contained in:
github-actions
2026-04-30 17:52:11 +00:00
parent 3a3027f171
commit 6fbd9e4b9f
89 changed files with 553 additions and 154 deletions

View File

@@ -51,8 +51,8 @@ pca(x, ..., retx = TRUE, center = TRUE, scale. = TRUE, tol = NULL,
than or equal to `tol` times the standard deviation of the first
component.) With the default null setting, no components are omitted
(unless `rank.` is specified less than `min(dim(x))`.). Other settings
for `tol` could be `tol = 0` or `tol = sqrt(.Machine$double.eps)`,
which would omit essentially constant components.
for tol could be `tol = 0` or `tol = sqrt(.Machine$double.eps)`, which
would omit essentially constant components.
- rank.: