# MCM
rm(list = ls())
library(MCM)
data('sim_moderate_het')
mcm(response ~ origin * destination, data = sim_moderate_het,
origin = "origin",destination="destination")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.