Message-ID: <cde8cdda-5a38-7886-0c5f-ef5357f63da6@yahoo.de>
Date: 2022-03-17T14:17:13Z
From: Konrad
Subject: Possible bug
Dear all,
I recently conducted aov calculations of datasets::CO2.
When I'm using the following code:
'summary(aov(CO2$uptake~CO2$Treatment*CO2$Plant))'. Everything is fine.
I get a result for Plant and Treatment.
However, if using: 'summary(aov(CO2$uptake~CO2$Plant*CO2$Treatment))'
'Treatment' is ignored.
I'm using R 3.6 on Linux Mint. Any idea why this happens?
Regards,
Konrad