Description Usage Arguments Value Author(s) Examples
This function takes in input a matrix and shuffles its entries column wisely. If the matrix is binary then then matrix resulting from this shuffling will have the same column marginal totals of the inpputted one.
1 | ADAM2.randomisedepMat(depMat)
|
depMat |
A numerical matrix. |
The matrix given in input with entries shuffled column wisely.
C. Pacini, E. Karakoc & F. Iorio
1 2 | data(exampleDepMat)
rnd_exampleDepMat<-ADAM2.randomisedepMat(exampleDepMat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.