Nothing
align <- function(pVec, eps=0.003) {
delta <- pVec*eps
nbhd <- cbind(pVec - delta, pVec + delta)
cliqs <- Maclist(nbhd)
intvls <- MLEintvl(nbhd, ml = cliqs)
rowMeans(intvls)
}
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.