Nothing
getSigmaExchangeable <- function(modelComponents) {
fit <- fitModelWithSigmaIdentity(modelComponents)
rho <- rhoCalculation(fit)
sigma <- matrix(rho, ncol = fit$info$T, nrow = fit$info$T)
diag(sigma) <- 1
attr(sigma, "type") <- "exchangeable"
attr(sigma, "rho") <- rho
return(sigma)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.