jamovi / jmv

jamovi for R
https://www.jamovi.org
55 stars 27 forks source link

anovaRM: use full model if terms are not defined #409

Closed raviselker closed 1 week ago

raviselker commented 1 week ago

Previously, the rmTerms and the bsTerms always had to be defined by the user of jmv. This commit changes it so that if you don't define or or both terms, the model terms will default to the full model including all possible terms.

Other than that, I found that when running jmvtools::install(), and running the rm anova within jamovi, jamovi complains that the added packages are not available. Not sure whether this is a "real" issue, but I also added a commit that fixes this (feel free to not merge this commit, if it's not).

Fixes #397

jonathon-love commented 1 week ago

merged