print.fmdsd | R Documentation |
Applies to an object of class "fmdsd"
. Prints the numeric results returned by the fmdsd
function.
## S3 method for class 'fmdsd'
print(x, mean.print = FALSE, var.print = FALSE,
cor.print = FALSE, skewness.print = FALSE, kurtosis.print = FALSE,
digits = 2, ...)
x |
object of class |
mean.print |
logical. If |
var.print |
logical. If |
cor.print |
logical. If |
skewness.print |
logical. If |
kurtosis.print |
logical. If |
digits |
numeric. Number of significant digits for the display of numeric results. |
... |
optional arguments to |
By default, are printed the inertia explained by the nb.values
(see fmdsd
) first coordinates and the nb.factors
(see fmdsd
) coordinates of the densities.
Rachid Boumaza, Pierre Santagostini, Smail Yousfi, Gilles Hunault, Sabine Demotes-Mainard
Boumaza, R., Yousfi, S., Demotes-Mainard, S. (2015). Interpreting the principal component analysis of multivariate density functions. Communications in Statistics - Theory and Methods, 44 (16), 3321-3339.
fmdsd; plot.fmdsd; interpret.fmdsd; print.
data(roses)
x <- roses[,c("Sha","Den","Sym","rose")]
rosesfold <- as.folder(x)
result <- fmdsd(rosesfold)
print(result)
print(result, mean.print = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.