# NOT RUN {
Data <- ToothGrowth
attach(ToothGrowth)
permuANOVA(y = len, x = supp, reps=99)
permuANOVA(y=len,x=supp,z=dose, perm.type="unrestricted", reps=99)
permuANOVA(y=len,x=supp,z=dose, perm.type="restricted", reps=99)
# }
Run the code above in your browser using DataLab