Hi, I am using maanova package for analysis. In my dataset, two fixed factors time and treatment and sample as random factor is there. Am able to get madata object and fitmaanova object. But, am unable to do f-test with two factors, but i have done f-test seperately for two factors. fit.full.mix <- fitmaanova(madata, formula = ~Sample+Time+Treatment, random = ~Sample) ftest.all = *matest*(madata, fit.full.mix, test.method=c(1,1), shuffle.method="sample", *term="Time+Treatment"*, n.perm= 100) Can u please suggest me, how to represent multiple factors in the above function simultaneously in term. [[alternative HTML version deleted]]