summary.dualScale {dualScale}R Documentation

Summary of Dual Scale analysis

Description

summary method for class "dualScale"

Usage

## S3 method for class 'dualScale'
summary(object, ...)

Arguments

object

An dualScale object for which a summary is desired

...

Arguments to be passed to methods

Value

A summary of the available information from the object

See Also

summary()

Examples

summary(ds_cf(curricula))
summary(ds_cf(preferences))
summary(ds_mc(singaporean))
summary(ds_mcf(singaporean, crit = 1))
summary(ds_pc(christmas))
summary(ds_ro(goverment))

[Package dualScale version 1.0.0 Index]