organizeFitTheta <- function(fitTheta, gofMeasures, call, sigmaThetaExpr) {
fitTheta$gofMeasures <- gofMeasures
fitTheta$call <- call
fitTheta$sigmaThetaType <- getSigmaThetaType(sigmaThetaExpr)
class(fitTheta) <- "clm.theta"
return(fitTheta)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.