Description Usage Arguments Value See Also Examples
This function performs a rank to normality transformation of the columns of an input matrix X.
1 | Rank2Normality(xx)
|
xx |
The data matrix. |
tt Data matrix transformed to normality.
1 2 | ## 50x10 matrix with categorical (integer) entries:
Rank2Normality(xx = matrix(round(runif(500)*20), 50))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.