R/print.semds.R

Defines functions print.semds

Documented in print.semds

print.semds <-
function(x, ...)
  {
    ## x ... object of class "semds"
    cat("Call:\n")
    print(x$call)
  
    cat("\nSEMDS fit:")
    cat("\nNumber of Iterations: ", x$niter)
    cat("\nRaw Stress: ", round(x$stressraw, 4))
    cat("\nStress-1: ", round(x$stressnorm, 4),"\n")
    cat("\n")
  }

Try the semds package in your browser

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

semds documentation built on May 2, 2019, 2:07 p.m.