Skip to content
Prev 7144 / 20628 Next

mcmcsamp() with gamma response and log link function in lmer

Ruth Kelly <ruthkelly123 at ...> writes:
I don't think so.
You can try running glmmadmb() from the glmmADMB
package with mcmc=TRUE ...  

best_fm_bio <- glmmadmb(Bio ~ P_pca +(1|Site), family = "Gamma",
 link = "log", mcmc=TRUE)

this hasn't been very thoroughly tested or documented, so do
e-mail me if you run into trouble.

  Ben Bolker