Nothing
generaldesigneffect <-
function(weightvec) {
weightvec <- weightvec[!is.na(weightvec)] * sum(!is.na(weightvec))/sum(weightvec[!is.na(weightvec)])
deff <- sum(weightvec^2)/sum(weightvec)
deff
}
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.