Skip to content
Prev 206801 / 398503 Next

restricted permutations in permutest()?

hello gavin,

you are right, i didn't get into the documentation to deep and i'm also a
beginner, that's why i'm just about  to get into the logical part of the
syntax.
now, the output from perm.disp() says:

#No. of permutations: 999  
#Permutation type: free 
#Permutations are unstratified
#Mirrored permutations?: No 
#Use same permutation within strata?: No

from this i concluded that you can restrict the permutation scheme..
with permcontrol() i did the following

#with the simulated blocks from
#i did this, which should permute strata as a whole, as i understood the
documentation
TRUE), pairwise=TRUE)

and the output said..

Permutations: 199  
Permutation type: free 
Permutations stratified between 'blocks'
Mirrored permutations?: No 
Use same permutation within strata?: No

so, i stratified the permutation, but i have the feeling that#s not what it
should be - to my understanding it is necessary to permute the
group-alignment of each block concordantly and i don't know if that's what
happend.. the last line of the presented output shoul be yes, i guess. the
documentation quotes that the argument for this is permute.strata=TRUE,
which i did... 

thanks a lot for your help,
kay