Skip to content
Prev 299428 / 398503 Next

degree of freedom GLM

Please use 'Reply All' in your responses. Others may be better
able to help than I.

See comments inline below.
On 2012-07-06 04:46, Jennifer Kaiser wrote:
You could have saved yourself a bit of effort by using
the 'colClasses' argument to read.csv.
So why are you using drop1?
Why not anova(ypoi)?

If you want "type II" anova, look at the Anova()
function (NB: captial 'A') in the car package.

Peter Ehlers