Nothing
`print.predict.homals` <-
function(x, ...)
{
# print method for predict.homals
cat("\nClassification rate:\n")
dframe <- data.frame(names(x$cr.vec), round(x$cr.vec,4), round(x$cr.vec*100,2))
rownames(dframe) <- NULL
colnames(dframe) <- c("Variable","Cl. Rate","%Cl. Rate")
print(dframe)
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.