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

data(kinshipdelta)
res <- smacofSym(kinshipdelta)
residuals(res)


[Package smacof version 0.9-5 Index]