summary.smacofB {smacof}R Documentation

S3 methods for smacof

Description

Print and summary methods for objects of class smacofB, smacofR (rectangular), and smacofID (individual differences).

Usage

## S3 method for class 'smacofB':
summary(object, ...)
## S3 method for class 'smacofB':
print(x, ...)
## S3 method for class 'smacofR':
summary(object, ...)
## S3 method for class 'smacofR':
print(x, ...)
## S3 method for class 'smacofID':
summary(object, ...)
## S3 method for class 'smacofID':
print(x, ...)

Arguments

object Object of class smacofB, smacofR, smacofID
x Object of class smacofB, smacofR, smacofID
... Ignored

Examples

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


[Package smacof version 0.9-5 Index]