Nothing
summary.nmix<-function(object, ...)
{
cat('Call: '); print(object$call)
print(object)
print(object$acctry)
nzt<-names(object$traces)[!sapply(object$traces,is.null)]
if(length(nzt)==0) nzt<-'none'
cat('Posterior traces available:',nzt,'\n')
invisible(object)
}
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.