Nothing
sginitc <-
function(G,sg,pig,p,n,x){
sgc <- matrix(0,p,p)
for(g in 1:G){
sgc <- sgc + pig[g]*sg[,,g]
}
sgc
}
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.