Nothing
print.incaest <- function(x, ...){
# x must be a list with two components
cat("INCA statistic value: \n")
cat(x$Wvalue, " \n")
cat("\n U projection values: \n")
for (i in 1:length(x$Uvalue)){
cat("U_",i, " = ", x$Uvalue[i], " \n", sep="")
}
}
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.