Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

Linear mixed models with complex nesting and "Analysis of Effects"

Hi there,

i am trying to build a linear mixed model for my data which involves a complex nesting depicted in the following R code. I now that JASP cannot handle more then one random factor (correct?) so i switched to lmer() in R:

lmer(drThrOn ~ environment + (1 |run/lap/Turn), data = data_DVA, REML = FALSE)

The downside is, that i would prefer a bayesian lmm and would like to use the Analysis of Effects table provided by JASP but i dont know how this is comuputed. I only know that is involves some type of model comparison.

Is there a way to include multiple random factors in R or does anyone know how the Analysis of Effects table in JASP is computed?

Thanks so much for your help!

Comments

Sign In or Register to comment.