Description Usage Arguments Value References See Also Examples
View source: R/internal_functions.R
The number of permutations of n elements is n!.
This function randomly rearranges the elements it times,
and then deletes all duplicates.
Thus it finds always less than it and n! permutations.
If a confounding variable is provided,
the function uses stratified permutation.
This function is called by the functions omnibus
and proprius.
| 1 | intern.permu(n, it, group, kind)
 | 
| n | Number of samples. | 
| it | Number of repetitions. | 
| group | Either  | 
| kind | computation : number between 0 and 1 | 
The function returns a matrix.
A Rauschenberger, MA Jonker, MA van de Wiel, and RX Menezes (2016). "Testing for association between RNA-Seq and high-dimensional data", BMC Bioinformatics. 17:118. html pdf (open access)
This is an internal function. The user functions
are cursus, omnibus,
and proprius.
| 1 2 3 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.