Nothing
print.confLCCR <-
function(x, ...){
cat("\nConfidence interval for the populations size based on latent class models")
cat("\nfor capture-recapture data\n")
cat("\n")
cat("Call:\n")
print(x$call)
cat("\nAvailable objects:\n")
print(names(x))
cat("\nLevl:\n")
print(x$level)
cat("\nInterval limits:\n")
print(x$conf)
}
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.