[SOLVED] anovaRM with Multiple Covariates 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
JACE
Posts: 6
Joined: Mon Jan 29, 2018 1:25 pm

[SOLVED] anovaRM with Multiple Covariates Error

Post 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!
User avatar
Ravi
Posts: 194
Joined: Sat Jan 28, 2017 11:18 am

Re: anovaRM with Multiple Covariates Error

Post by Ravi »

Could you attach the jamovi .omv file that produces this message?
JACE
Posts: 6
Joined: Mon Jan 29, 2018 1:25 pm

Re: anovaRM with Multiple Covariates Error

Post by JACE »

Hi Ravi,

omv file attached!
Attachments
anovaRM Error.omv
(5.89 KiB) Downloaded 362 times
User avatar
Ravi
Posts: 194
Joined: Sat Jan 28, 2017 11:18 am

Re: anovaRM with Multiple Covariates Error

Post 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).
User avatar
Ravi
Posts: 194
Joined: Sat Jan 28, 2017 11:18 am

Re: anovaRM with Multiple Covariates Error

Post 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.
JACE
Posts: 6
Joined: Mon Jan 29, 2018 1:25 pm

Re: [SOLVED] anovaRM with Multiple Covariates Error

Post by JACE »

Wow! Thanks for such a quick and helpful response. You guys rock!
Post Reply