Nothing
lambdamax.diag.mcmc.list <-
function(x, ...)
{
rval <- max(eigen(var(as.matrix(x)), symmetric=TRUE, only.values=TRUE)$values)
class(rval) <- "lambdamax.diag"
attr(rval, "npar") <- nvar(x)
attr(rval, "n.clones") <- nclones(x)
rval
}
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.