Last data update: 2014.03.03

R: Print Method for Class 'ds'
print.dsR Documentation

Print Method for Class 'ds'

Description

Printing dual scaling objects

Usage

## S3 method for class 'ds'
print(x, type, ...)

Arguments

x

dual scaling object from dsFC or dsMC

type

Specific dsFC outputs: 'B'=results from ignoring the criterion item; 'C'=results from the subspace of the criterion item and from its complementary subspace.

...

Arguments to be passed to methods

Details

The function print.ds provides basic statistics of the ds object. The function summary.ca offers all availabe information from analysis.

Note

Regarding all available information, please refer to Clavel and Nishisato (2014).

See Also

dsMC, dsFC, summary.ds, plot.ds

Examples

data(singapore)
oscar<-dsFC(singapore,2,6)
print(oscar)
print(oscar,'B')
print(oscar,'C')
bea<-dsMC(singapore)
print(bea)

Results