| 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 |
joint |
logical. If |
margin1 |
logical. If |
margin2 |
logical. If |
association |
logical. If |
... |
optional arguments to |
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)