Nothing
Q1 <-
function(z) {
U05<-umean(z,0.05)
M50<-mean(z,trim=0.25)
L05<-lmean(z,0.05)
(U05-M50)/(M50-L05)
}
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.