Nothing
especov <- function(thres1,thres2,ncat,r,C){
sum <- 0
ncat1 <- ncat[1]
for (i in 1:ncat1){
for (j in 1:ncat1){
tmp <- i * j * C[i,j]
sum <- sum + tmp
}
}
espcov <- sum
return(espcov)
}
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.