Nothing
fitModelWithSigmaIdentity <- function(modelComponents) {
explanatoryMatrix <- as.matrix(modelComponents$explanatory[, -1])
fit <- mmcsd(modelComponents$response$value ~ explanatoryMatrix,
waves = modelComponents$waves$value, ids = modelComponents$ids$value, weights = modelComponents$weights$value,
stratum = modelComponents$stratum$value, cluster = modelComponents$cluster$value, sigma = "identity"
)
return(fit)
}
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.