getX <- function(model){UseMethod("getX")}
getX.lmerModgANOVA <- function(model){getME(model,"X")}
getX.list <- function(model){model$X}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.