Nothing
fitSigmaHat <- function(fit) {
Sw <- fit$individuals %>%
rlist::list.map((sqrt(wi) * (yi - mui)) %*% t(sqrt(wi) * (yi - mui))) %>%
Reduce("+", .)
Sw <- (1 / rlist::list.map(fit$individuals, wi) %>% Reduce("+", .)) * Sw
return(Sw)
}
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.