mirror of
https://github.com/msberends/AMR.git
synced 2025-09-02 13:04:03 +02:00
(v2.1.1.9232) is.mic() iteration, documentation cleanup
This commit is contained in:
@@ -8,9 +8,9 @@ pca(x, ..., retx = TRUE, center = TRUE, scale. = TRUE, tol = NULL,
|
||||
rank. = NULL)
|
||||
}
|
||||
\arguments{
|
||||
\item{x}{a \link{data.frame} containing \link{numeric} columns}
|
||||
\item{x}{A \link{data.frame} containing \link{numeric} columns}
|
||||
|
||||
\item{...}{columns of \code{x} to be selected for PCA, can be unquoted since it supports quasiquotation.}
|
||||
\item{...}{Columns of \code{x} to be selected for PCA, can be unquoted since it supports quasiquotation.}
|
||||
|
||||
\item{retx}{a logical value indicating whether the rotated variables
|
||||
should be returned.}
|
||||
|
Reference in New Issue
Block a user