residuals.smacof: Residuals

View source: R/residuals.smacof.R

residuals.smacofR Documentation

Residuals

Description

Computes the residuals by subtracting the configuration dissimilarites from the observed dissimilarities.

Usage

## S3 method for class 'smacof'
residuals(object, ...)
## S3 method for class 'smacofR'
residuals(object, ...)
## S3 method for class 'smacofID'
residuals(object, ...)

Arguments

object

Object of class smacof, smacofR (rectangular), or smacofID (individual differences)

...

Ignored

Examples

res <- mds(kinshipdelta)
residuals(res)


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