Error: dimnames when trying to get estimated means
Posted: Thu Jun 04, 2020 2:18 am
So I ran a series of multinomial logistic regression analyses all the way back in 2018 for a manuscript. I'm trying to rerun the analyses using the jmv::logRegMulti() function in R but I'm getting hit with an error that I've never seen before back when I last did this analysis in 2018.
The error reads:
This seems to not be an issue in the actual Jamovi program, only when I'm trying to run it through R. This is problematic as I need to create my custom graphs through ggplot after extracting the estimated marginal means coordinates.
The error only comes up when I put in the additional
set of lines to get estimated marginal means. I'm not sure what's going on, is this possibly an issue with the jmv package in R?
The error reads:
Code: Select all
Error in dimnames(x) <- dnx : 'dimnames' applied to non-array
The error only comes up when I put in the additional
Code: Select all
emMeans = var1 + var2 + var3