View source: R/permutation.scale.R
permutation.scale | R Documentation |
It finds the vector of permutation to permute data by its largest absolute value in each eigenvector. It sets the order by specified number of factors, and the rest is ordered as they were. The data is permuted, and if needed, scaled.
permutation.scale(data, n.factors, return.scale = FALSE)
data |
The dataset |
n.factors |
Number of factors |
return.scale |
Scale data after permutation |
The permuted and standardized dataset, either in matrix or array.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.