Description Usage Arguments Value Author(s) See Also Examples
The function use the option "pairwise.complete.obs" (in function cor
) for
calculate the correlation. The correlation between each pair of variables is computed
using all complete pairs of observations on those variables.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
data |
A data frame or matrix with individuals in rows and variables in columns. |
x |
A object of class pcasyncsa. |
show |
Draw "variables" or "individuals". |
axis |
Axis for draw, must have length equal to two (Default axis = c(1, 2)). |
xlab |
Text for x label (Default xlab = axis[1]). |
ylab |
Text for y label (Default ylab = axis[2]). |
arrows |
Logical argument (TRUE or FALSE) to specify if arrows are showed for variables (Default arrows = TRUE). |
text |
Logical argument (TRUE or FALSE) to specify if text are showed for individuals (Default text = TRUE). |
points |
Logical argument (TRUE or FALSE) to specify if points are showed for individuals (Default points = FALSE). |
... |
Parameters for |
decomposition |
list with the results of decomposition of correlation matrix. |
eigenvalues |
Data frame containing all the eigenvalues, the percentage of inertia and the cumulative percentage of inertia. |
individuals |
Coordinates for the individuals. |
variables |
Correlation between original variables and axes. |
Vanderlei Julio Debastiani <vanderleidebastiani@yahoo.com.br>
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.