Incorrect dimensions error

General help and assistance with jamovi. Bug reports can be made at our issues page: https://github.com/jamovi/jamovi/issues . (If you're unsure feel free to discuss it here)
Post Reply
Priyanka_S
Posts: 3
Joined: Tue Nov 10, 2020 6:26 pm

Incorrect dimensions error

Post by Priyanka_S »

I have been getting an error of "Error in results["Residuals", "Sum Sq"] : incorrect number of dimensions" when running a one-way ANOVA in an R Markdown file. This is the code:

jmv::ANOVA(data = dat_A,
dep = 'Self_esteem',
factors = c('Style'),
effectSize = 'partEta',
homo = TRUE,
postHoc = c('Style'),
postHocCorr = 'tukey')

I've also attached the data file and the traceback.
Attachments
Traceback.png
Traceback.png (230.8 KiB) Viewed 1496 times
One-way ANOVA.A.csv
(1.06 KiB) Downloaded 178 times
Priyanka_S
Posts: 3
Joined: Tue Nov 10, 2020 6:26 pm

Re: Incorrect dimensions error

Post by Priyanka_S »

I was able to solve this!
User avatar
jonathon
Posts: 2620
Joined: Fri Jan 27, 2017 10:04 am

Re: Incorrect dimensions error

Post by jonathon »

great. sorry we never got back to you.
Post Reply