R/print.sammon.R

Defines functions print.sammon

#'@export
print.sammon <- function(x,...)
    {
    cat("\nCall: ")
    print(x$call)
    cat("\n")
    cat("Model: Sammon Scaling \n")
    cat("Number of objects:", dim(x$points)[1], "\n")
    cat("Stress-1:", round(x$stress,3), "\n")
    cat("\n")
    }

Try the smacofx package in your browser

Any scripts or data that you put into this service are public.

smacofx documentation built on July 7, 2025, 3:01 p.m.