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 |
x |
Object of class |
... |
Ignored |
Examples
data(kinshipdelta)
res <- smacofSym(kinshipdelta)
res
summary(res)
[Package smacof version 2.1-6 Index]