Nothing
llDiff <- function(new.ll,old.ll,tolerance) {
iii <- c(is.finite(old.ll),is.finite(new.ll))
jjj <- 1+sum((1:2)*iii)
switch(EXPR=jjj,NA,{stop("Infinite decrease in log likelihood.\n")},Inf,
(new.ll - old.ll)/(abs(old.ll) + tolerance))
}
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.