Nothing
HedgesG.rawData <-
function(E.data,C.data){
g<-(mean(E.data)-mean(C.data))/
sqrt(((length(E.data)-1)*var(E.data)+
(length(C.data)-1)*var(C.data))/
(length(E.data)+length(C.data)-2))
names(g)<-"g"
return(g)
}
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.