Usage
mcoa(X, option = c("inertia", "lambda1", "uniform", "internal"),
scannf = TRUE, nf = 3, tol = 1e-07)
## S3 method for class 'mcoa':
print(x, \dots)
## S3 method for class 'mcoa':
summary(object, \dots)
## S3 method for class 'mcoa':
plot(x, xax = 1, yax = 2, eig.bottom = TRUE, \dots)
Arguments
option
a string of characters for the weightings of the arrays
options :
[object Object],[object Object],[object Object],[object Object]
scannf
a logical value indicating whether the eigenvalues bar plot should be displayed
nf
if scannf FALSE, an integer indicating the number of kept axes
tol
a tolerance threshold, an eigenvalue is considered positive if it is larger than -tol*lambda1
where lambda1
is the largest eigenvalue.
x, object
an object of class 'mcoa'
...
further arguments passed to or from other methods
xax, yax
the numbers of the x-axis and the y-axis
eig.bottom
a logical value indicating whether the eigenvalues bar plot should be added