Learn R Programming

dualScale (version 0.9.1)

print.ds: Print Method for Class 'ds'

Description

Printing dual scaling objects

Usage

"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.

See Also

dsMC, dsFC, summary.ds, plot.ds

Examples

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

Run the code above in your browser using DataLab