Skip to content
Prev 391032 / 398506 Next

[External] Possible bug

... and just a note, use the data argument in aov (and lm and other
modeling functions):
aov(uptake ~ Plant * Treatment, data = CO2)
Makes the code more readable. Also note, you probably meant ~Plant +
Treatment, as interactions are meaningless here. See ?lm for the
syntax of model specification.

Bert Gunter

"The trouble with having an open mind is that people keep coming along
and sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
On Thu, Mar 17, 2022 at 11:10 AM Richard M. Heiberger <rmh at temple.edu> wrote: