Page 1 of 1

[SOLVED] anovaRM with Multiple Covariates Error

Posted: Tue Jan 30, 2018 7:49 pm
by JACE
I'm running into a little problem when trying to run a mixed ANCOVA with two covariates. I can run the analysis correctly with each covariate separately, but when I try and put them in together - either in R using jmv::anovaRM , or directly in Jamovi.

In Jamovi it says "invalid argument type", and in R it says

Code: Select all

Error in !sapply(bsRows, function(x) x[1] == "Residual") : 
  invalid argument type
Is this a bug, or am I doing something wrong? I strongly anticipate it is the latter, but I'm not quite sure what exactly it is that I'm doing wrong, given that it does work when using each covariate separately. Any advice would be greatly appreciated!

Re: anovaRM with Multiple Covariates Error

Posted: Tue Jan 30, 2018 8:39 pm
by Ravi
Could you attach the jamovi .omv file that produces this message?

Re: anovaRM with Multiple Covariates Error

Posted: Wed Jan 31, 2018 7:40 am
by JACE
Hi Ravi,

omv file attached!

Re: anovaRM with Multiple Covariates Error

Posted: Wed Jan 31, 2018 6:17 pm
by Ravi
This is indeed a bug. Thanks for reporting it! I fixed this bug (https://github.com/jamovi/jmv/pull/141) and it will go into the next release. I'll post a comment to this thread when the new release is out (shouldn't be too long).

Re: anovaRM with Multiple Covariates Error

Posted: Thu Feb 01, 2018 6:04 am
by Ravi
The new version that fixes this issue (version 0.8.1.17) can now be downloaded from https://www.jamovi.org/download.html. Again, thank you for reporting this issue.

Re: [SOLVED] anovaRM with Multiple Covariates Error

Posted: Thu Feb 01, 2018 8:27 am
by JACE
Wow! Thanks for such a quick and helpful response. You guys rock!