R/print.smacofP.R

Defines functions print.smacofP

#'@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")
}

Try the smacofx package in your browser

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

smacofx documentation built on Sept. 22, 2024, 5:07 p.m.