Nothing
## File Name: summary.cdi.kli.R
## File Version: 0.05
#################################################################################
# summary S3 method
summary.cdi.kli <- function( object, digits=2, ...)
{
obji <- object$summary
V <- ncol(obji)
for (vv in 2:V){
obji[,vv] <- round( obji[,vv], digits)
}
rownames(obji) <- NULL
print(obji)
}
#####################################################################################
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.