Displaying 1 result from an estimated 1 matches for "dat2011".
Did you mean:
dat11
2012 Jul 23
2
marginal effect lmer
...model:
m1<- lmer(vote2011~ Catholic + Attendance+ logthreshold + West +
Catholicproportion+
(Catholic * Catholicproportion) + (Attendance*Catholicproportion) +
Catholicproportion?+ (Catholic *Catholicproportion?)+
(Attendance* Catholicproportion?) + (1 + Attendance+ Catholic | canton),
data=dat2011, verbose = T)
I want to display the me of the individual level variable Catholic depending
on the contextual variable Catholicproportion (showing also the 95% ci). So
far I tried a bit with the "effects" package, but without success.
Does anybody know how to display that?
Thanks in adv...