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