Description Usage Arguments Details Value Examples
Create a contrast matrix for equivalence test of a 2x4 interaction.
1 |
levels |
Interaction levels (should be of length 8). |
... |
Any other arguments (NB: currently ignored). |
Runs all six ways of comparing the simple effects of the two-level factor. For use with the emmeans package.
A data frame to be passed to the specs
argument of
emmeans
, each column of which represents
predictor codings that contrast the illusory truth effect across
two intervals.
1 2 3 4 5 6 7 8 9 10 11 | library(ordinal)
library(emmeans)
## create data frame with predictor codings
moddata <- get_model_data()
## use 'allsimp' with emmeans for equivalence test
mod_emm <- emmeans(truth_trajectory_models[["ix2"]],
allsimp ~ Rep * Int, data = moddata)
mod_emm
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.