I ran an experiment with two factors each with two levels, 5 replicates each combination and one response variable. My data are non-normal and heterocedastic. Transformations didn't help. I ran a permutation ANOVA (aovp - package lmperm - R
), but I am not sure this is the right way to go and I don't know what to do about a post hoc test, because I have a significant interaction. This is what my data look like:
F1 F2 BIOMASS
A C 0.66
A C 0.31
A C 0.88
A C 0.55
A C 0.81
A D 0.39
A D 0.21
A D 0.17
A D 0.15
A D 0.18
B C 0.00
B C 0.18
B C 0.05
B C 0.00
B C 0.02
B D 0.16
B D 0.04
B D 0.21
B D 0.15
B D 0.06