Displaying 1 result from an estimated 1 matches for "trsut".
Did you mean:
traut
2013 Mar 31
1
lmer effects-type plot?
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...
> hier.jags2.mod <- lmer(dem ~ trust*cpi + age + gender + educ + income + (1 + trust | country), data=wvsAB)
i have tried the following:
> tmp <- as.data.frame(confint(glht(.hier.jags2.mod))$confint)
> tmp$Comparison <- row...