Open jorgesinval opened 6 years ago
the emMeans argument takes an array of factor combinations.
try this:
jmv::anova(df,
dep = 'dep',
factors = c('factor1', 'factor2'),
emMeans=list(c('factor1', 'factor2')))
jonathon
Perfect! Perhaps you can add it in the function examples.
On Sat, Oct 6, 2018 at 1:01 AM Jonathon Love notifications@github.com wrote:
the emMeans argument takes an array of factor combinations.
try this:
jmv::anova(df, dep = 'dep', factors = c('factor1', 'factor2'), emMeans=list(c('factor1', 'factor2')))
jonathon
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jamovi/jmv/issues/206#issuecomment-427528819, or mute the thread https://github.com/notifications/unsubscribe-auth/AH5QNwAcI3jN78uziGmyQun6NSUl_YTQks5uh_LfgaJpZM4XKXMI .
Hello!
Using the
anova
function, using theemMeans
it only produces one graph per factor and not the interaction plot. I'm using it like this: