Description Usage Arguments Value Author(s)
This function takes some data and does permutations on it and passes it along to the indicated function. There are options for permuting genotypes or permuting alleles. Make sure you know the difference.
1 2 3 4 5 6 7 8 9 |
x |
The |
stratum |
An optional argument if passed, permutes |
allele_perm |
A flag (default=TRUE) to permute alleles in the creating the new data set. |
nperm |
The number of perms to use (default 99). |
FUN |
the function to pass the permuted data to. |
replace |
A flag indicating if randomization should be with replacement (default FALSE) |
... |
Passed on as arguments to |
A vector of permuted response values from the function.
Rodney J. Dyer rjdyer@vcu.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.