Nothing
SubLikelihoods <- function(x,subject=c(1:x$nsubj)){
Lframe <- as.data.frame(cbind(round(x$evalpoints,4),as.data.frame(x$RCC)[,subject]))
colnames(Lframe) <- c("Theta",paste("Subject:",subject,sep=" "))
return(Lframe)
}
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.