organizeResults <- function(fit, call, formula, wideModelComponents) {
fit$call <- call
fit$formula <- formula
fit$model <- wideModelComponents
class(fit) <- "clm"
return(fit)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.