E.g.: ``` mod <- lm(y~x) # with `x` as numeric variable testInteractions(mod, pairwise="x") ``` This is obviously wrong, but if it is detected that `x` is a variable in the model, the warning could be more informative.