You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would take a supplied vector to be permuted, the control, and the number of permutations, and then return that vector permuted according to each permutation. See #33
The text was updated successfully, but these errors were encountered:
What about the case when all different permutations are not distinct? Say, you have one factor variable and all permutations within factor level are equal. For instance, the Management variable in the dune.env data of vegan has these class counts:
distinct permutations against formal 20! = 2.43 × 1018.
This has been asked sometimes. On the other hand, having only distinct permutations can be regarded as biased, as these combinations of classes are not equally frequent in terms of free permutation of elements.
This would take a supplied vector to be permuted, the control, and the number of permutations, and then return that vector permuted according to each permutation. See #33
The text was updated successfully, but these errors were encountered: