R/residuals.smacofR.R

Defines functions residuals.smacofR

Documented in residuals.smacofR

#residuals of distances for smacof objects

residuals.smacofR <- function(object, ...)
{
  # object of class smacof
  return(as.matrix(object$obsdiss - object$confdist))
}

Try the smacof package in your browser

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

smacof documentation built on March 19, 2024, 3:09 a.m.