Solution: Rerun the ANCOVA Models
Let's look at the solution of the previous exercise.
Solution
Let’s start by rerunning the model from the More Linear Models in R chapter to refresh our memory of what we learned.
R
lm5<-lm(log.SVL.final~log.Age.DPO*Pred, data=RxP.byTank)Anova(lm5)
The initial analysis shows us that both predators and the age at metamorphosis influence the final SVL of the froglets at metamorphosis. The effect of age differed for each of the predator treatments (the significant interaction).
A quick visualization of the results demonstrates that this is primarily due to the lethal ...