print.summary.SSI <-
function(x, ...){
cat("Call:\n")
print(x$call)
cat("\n")
cat("Norms based on k = ", x$k, "similar students", "\n")
cat("\n")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.