smacof (version 2.1-6)

summary.smacofB: S3 methods for smacof

Description

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

Usage

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

Arguments

object

Object of class smacofB, smacofR, smacofID

x

Object of class smacofB, smacofR, smacofID

...

Ignored

Examples

Run this code
data(kinshipdelta)
res <- smacofSym(kinshipdelta)
res
summary(res)


Run the code above in your browser using DataLab