checkFitRequirements <- function(fit) {
if (!methods::is(fit, "clm")) stop("Invalid 'fit' argument. 'fit' must be a 'clm' object!")
return(NULL)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.