Skip to content

lmer effects-type plot?

4 messages · Nicole Ford, John Fox

#
hello, all.

while i have a mcmc running, i am looking at the frequestist method of my model.  i have never done HLM so i am looking for ways to plot them that might yeild something useful like dr. fox's effects plot package.
this is my model, where dem is democracy ranked continuous 1:10, trsut is a 3 level categorical variable, cpi is 1:10, etc...
i have tried the following:
as well as some function using xyplot to little avail, as well as a few others i happened upon online...

any suggestions of packages/ sample code would be helpful.
#
Dear Nicole,

Thanks to Sandy Weisberg, who is a coauthor of the package, the effects
package has methods for objects produced by lme() in the nlme package and
lmer() and glmer() in the lme4 package, to plot the fixed effects. See
?effect.

I hope this helps,
 John
#
I was only just now able to investigate and give this a try (not sure how I missed it previously when I looked at the page).  It worked perfectly!  Thanks to you both.  =)
On Mar 31, 2013, at 8:28 PM, Nicole Ford wrote: