You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the manual for estimate_contrasts, it says: method: Contrast method. See same argument in emmeans::contrast.
However, only method = "pairwise" seems to work (see MEW below). I think this is due to the following line which assumes that emmeans::contrasts will return two fields (names(level_cols) <- c("Level1", "Level2")) - yet only pairwise will return two fields.
In the manual for
estimate_contrasts
, it says:method: Contrast method. See same argument in emmeans::contrast.
However, only
method = "pairwise"
seems to work (see MEW below). I think this is due to the following line which assumes that emmeans::contrasts will return two fields (names(level_cols) <- c("Level1", "Level2")
) - yet only pairwise will return two fields.The text was updated successfully, but these errors were encountered: