Transferring jamovi script for Mixed Measures ANOVA to R
Posted: Mon Aug 12, 2019 10:09 am
Hi there!
I have ran a mixed model ANOVA in jamovi with a within factor variable (with 2 levels) and a between factor variable (with 3 levels). However, I am having issues with transferring the syntax to run in RStudio.
When running the directly copied syntax from jamovi, I encounter an error:
My data is currently set up with the variables: Subject, Group (between variable), Accuracy in the Low condition (within variable), and Accuracy in the High condition (within variable). Neither of my two within variables include "Accuracy" in the variable name though.
Any ideas as to what may be the cause of this issue?
Thank you in advance for your help. I greatly appreciate it!
I have ran a mixed model ANOVA in jamovi with a within factor variable (with 2 levels) and a between factor variable (with 3 levels). However, I am having issues with transferring the syntax to run in RStudio.
When running the directly copied syntax from jamovi, I encounter an error:
Code: Select all
Error in jmv::anovaRM(data = data, rm = list(list(label = "Block", levels = c("Low", :
unused argument (depLabel = "Accuracy")
Any ideas as to what may be the cause of this issue?
Thank you in advance for your help. I greatly appreciate it!