Skip to content
Prev 16091 / 20628 Next

show p_value for the interaction between two main effects

To get the p-value of terms with more than one parameter (like
factors) you typically need to use anova(...,test="Chisq") to compare a
full and a reduced model.  drop1(test="Chisq") might work too.
On 18-01-18 12:21 PM, Luca Danieli wrote: