ssmd <-
function(mup,mun,sdp,sdn){
#mup = positive control mean
#mun = negative control mean
#sdp = positive control standard deviation
#sdn = negative control standard deviation
sum(mup,mun)/sqrt(sum(sdp^2,sdn^2))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.