Nothing
vcov.ssdeR <- function (object, ...)
{
vc <- object$vcov
k <- length(object$coefficients)
vc[seq.int(length.out = k), seq.int(length.out = k),
drop = FALSE]
colnames(vc) <- rownames(vc) <- names(object$coefficients)
vc
}
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.