Two way anova- Having trouble using transformed data

Having trouble with completing my two way anova with my transformed data what am I doing wrong. Thank you

Hi Drake,

I think that you have this error because you have zero values in the Abundance variable and log(0) equals -Inf.

> log(0)
[1] -Inf

> log10(0)
[1] -Inf

Hope this helps.

Greetings

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.