Nothing
`getFailure` <-
function(z.perm,z,interval,z.norm=NULL,z.range=NULL,n.interval=139){
if(is.null(z.norm))
z.perm<-truncZ(z.perm,z.range[1],z.range[2])
else{
z.sort<-sort(z)
z.perm<-approx(z.sort,z.norm,z.perm,rule=2)$y
}
bin<-cut(z.perm,interval,include.lowest=TRUE)
tabulate(bin,n.interval)
}
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.