Skip to content

vif using GLMMadaptive

2 messages · John Fox, Ben Bolker

#
Hi Ben,
I don't think so: That is, when the formula is processed, the redundancies introduced by the mistaken use of * should automatically be accounted for, as in the following:
a b
1 a A
2 b A
3 a B
4 b B
(Intercept) ab bB ab:bB
1           1  0  0     0
2           1  1  0     0
3           1  0  1     0
4           1  1  1     1
attr(,"assign")
[1] 0 1 2 3
attr(,"contrasts")
attr(,"contrasts")$a
[1] "contr.treatment"

attr(,"contrasts")$b
[1] "contr.treatment"

The problem is probably more fundamental, as has already been suggested.

Best,
 John
#
?? Yes.? I misunderstood the issue, and particularly the meaning in 
this context of 'aliased' (which has now been well explained by you and 
Tom Philippi).? I would still stand by my first sentence ...

 ??? cheers

 ??? Ben Bolker
On 5/3/20 6:00 PM, Fox, John wrote: