Displaying 1 result from an estimated 1 matches for "327904".
Did you mean:
32704
2011 Jan 21
1
Error in ANOVA for model comparison
Hello
I am trying to compare two models using anova(), however I get a message error (see below).
In the net I only found some information on certain library(car) for which one should use anova with A capital letter (Anova instead of anova), but I could not find car library as it says it does not exist.
> Model <- lm(interceptG ~ SW + TSC + FSC + PF + SlopeG + K, data=AllTrait)
>