Skip to content
Prev 300907 / 398506 Next

marginal effect lmer

Hi everybody,

I try to calculate and display the marginal effect(s) in a hierarchical
model using lmer. Here is my 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 advance for your help!

Andigo



--
View this message in context: http://r.789695.n4.nabble.com/marginal-effect-lmer-tp4637421.html
Sent from the R help mailing list archive at Nabble.com.