| print.mdsdd | R Documentation |
Applies to an object of class "mdsdd". Prints the numeric results returned by the mdsdd function.
## S3 method for class 'mdsdd'
print(x, joint = FALSE, margin1 = FALSE, margin2 = FALSE,
association = FALSE, ...)
x |
object of class |
joint |
logical. If |
margin1 |
logical. If |
margin2 |
logical. If |
association |
logical. If |
... |
optional arguments to |
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.
Rachid Boumaza, Pierre Santagostini, Smail Yousfi, Sabine Demotes-Mainard
mdsdd; plot.mdsdd; interpret.mdsdd
# INSEE (France): Diploma x Socio professional group, seven years.
data(dspg)
xlista = dspg
a <- mdsdd(xlista)
print(a, joint = TRUE, margin1 = TRUE, margin2 = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.