| runorder | R Documentation |
Assignment-Expansion method
runorder(z)
z |
vector with the levels of the factor |
order of experimentation with bias and number of level changes in balance
z<-c(2,2,2,2,2,2)
runorder(z)
z<-c(4,3,2,3,2)
runorder(z)
z<-c(3,3,2,4)
runorder(z)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.