Page 1 of 1

Incorrect dimensions error

Posted: Wed Nov 11, 2020 1:31 am
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.

Re: Incorrect dimensions error

Posted: Tue Nov 17, 2020 6:52 pm
by Priyanka_S
I was able to solve this!

Re: Incorrect dimensions error

Posted: Tue Nov 17, 2020 9:09 pm
by jonathon
great. sorry we never got back to you.