I'm running an Anova for unbalanced design with the Anova function of the car
package using the type III. I can't find the way of extracting the denominators degrees of freedom in order to describe the results.
Here is the example of the code and the output is in the attached picture. Any suggestion?
mod <- lm(PP1meancenter~Partner.type * Drug.1 * Gender1M2F, data=Data_PPIlight, contrasts=list(Partner.type=contr.sum, Drug.1=contr.sum,Gender1M2F=contr.sum))
Anova(mod, type="III")