Nothing
#'@export
print.smacofP <- function(x,...)
{
cat("\nCall:\n")
print(x$call)
cat("\n")
cat("Model:", x$type, x$model, "with parameter vector=",unlist(x$parameters),"\n")
cat("Number of objects:", x$nobj, "\n")
cat("Stress-1 value:", round(x$stress, 3), "\n")
cat("Number of iterations:", x$niter, "\n")
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.