library("tidyverse")
library("ordinal")
time <- system.time(
mod <- clmm(trating ~ R * D +
(1 + R + D + R:D | subj_id) +
(1 + R + D + R:D | item_id),
NE_exp1)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.