1
0
mirror of https://github.com/msberends/AMR.git synced 2026-05-31 17:41:49 +02:00
This commit is contained in:
2026-05-01 18:24:12 +02:00
parent 7c945b8081
commit b6d80f9578
18 changed files with 85 additions and 74 deletions

View File

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