Mixed-effects model

Hi,

I am trying to run a power analysis in R (using mixedpower) for a mixed-effects model that I ran I initially ran in Jamovi. However, the output in R is different from what I got in Jamovi.

It is a model with one categorical predictor, one continuous predictor, and two random intercepts. I have defined the categorical predictor as a factor using mydata$v1 <- factor(mydata$v1,levels = c(1,2),
labels = c("past", "future")) and applied contrast coding using contrasts(mydata$v1).

Is there something I am missing? I am fairly new to R so any suggestions would be helpful.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.