Nothing
`print.LR` <-
function(x,...)
{
#print method for object of class "LR" (LRtest)
cat("\n")
cat("Andersen LR-test: \n")
cat("LR-value:", round(x$LR,3),"\n")
cat("Chi-square df:",x$df,"\n")
cat("p-value: ",round(x$pvalue,3),"\n")
cat("\n")
}
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.