residuals.smacof {smacof}R 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)


[Package smacof version 2.1-6 Index]