summary.smacofB: S3 methods for smacof

summary.smacofBR 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)



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