Nothing
#[export]
pooled.cov <- function(x, ina) {
s <- crossprod(x)
ni <- sqrt( tabulate(ina) )
mi <- rowsum(x, ina)/ni
k <- length( ni )
denom <- dim(x)[1] - k
for (i in 1:k) s <- s - tcrossprod(mi[i, ])
s/denom
}
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.