prob_rank | R Documentation |
Rank the rows of a matrix by decreasing value. So, rank 1 is maximum, rank K is minimum.
prob_rank(mat)
mat |
A matrix of samples |
A matrix of rank probabilities. Each row is a column in mat, and each column reflects a rank.
prob_rank(mvnfast::rmvn(1e4, 1:3, diag(1, 3)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.