print.mdsdd {dad}R Documentation

Printing results of a multidimensional scaling analysis of discrete distributions

Description

Applies to an object of class "mdsdd". Prints the numeric results returned by the mdsdd function.

Usage

## S3 method for class 'mdsdd'
print(x, joint = FALSE, margin1 = FALSE, margin2 = FALSE,
        association = FALSE, ...)

Arguments

x

object of class "mdsdd", returned by the mdsdd function.

joint

logical. If TRUE, prints for each group the table of estimated joint distribution.

margin1

logical. If TRUE, prints for each group the data frame of estimated marginal distributions.

margin2

logical. If TRUE, prints for each group the data frame of the estimated marginal distributions per combination of two variables.

association

logical. If TRUE, prints for each group the matrix of the pairwise association measures of the variables.

...

optional arguments to print methods.

Details

By default, are printed the inertia explained by the nb.values (see mdsdd) first coordinates and the nb.factors (see mdsdd) coordinates of the densities.

Author(s)

Rachid Boumaza, Pierre Santagostini, Smail Yousfi, Sabine Demotes-Mainard

See Also

mdsdd; plot.mdsdd; interpret.mdsdd

Examples

# INSEE (France): Diploma x Socio professional group, seven years.
data(dspg)
xlista = dspg
a <- mdsdd(xlista)
print(a, joint = TRUE, margin1 = TRUE, margin2 = TRUE) 

[Package dad version 4.1.2 Index]