sem=function(x, na.rm=T){ if (na.rm==T) x=na.omit(x) l=length(x) return (sd(x)/sqrt(l)) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.