R/print.uniscale.R

Defines functions print.uniscale

Documented in print.uniscale

print.uniscale <- function(x,...)
  {
    cat("\nCall: ")
    print(x$call)
    cat("\nStress-1 value:", round(x$stress, 4),"\n")
    cat("Number of accepted permutations:",x$npermscale,"\n")
    cat("Number of possible permutations:",x$npermtot,"\n")
    cat("Number of objects:",x$nobj,"\n")
    cat("\n")
  }

Try the smacof package in your browser

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

smacof documentation built on May 6, 2022, 9:05 a.m.