Learn R Programming

dualScale (version 0.9.1)

dualScale-package: Dual Scaling for Multiple Choice Data

Description

This package includes dsMC and dsFC for several versions of dual scaling of multiple-choice data.

Arguments

Details

Package:
ds
Type:
Package
Version:
0.9
Date:
2014-01-24
License:
GPL2
With dsMC and dsFC a ds class object is created. It can be analyzed later with print.ds, plot.ds or summary.ds

References

Nishisato and Clavel (2014). Nishisato (2007)

See Also

dsMC, dsFC, dsCHECK, plot.ds, print.ds, summary.ds

Examples

Run this code
data(singapore)
ciuca<-dsFC(singapore,2,6)
plot(ciuca)
bea<-dsMC(singapore)
print(bea)

Run the code above in your browser using DataLab