View source: R/print.dstatis.R
print.dstatis | R Documentation |
Applies to an object of class "dstatis"
. Prints the numeric results returned by the dstatis.inter
function.
## S3 method for class 'dstatis'
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 dstatis.inter
) first principal components, the contributions, the qualities of representation of the densities along the nb.factors
(see dstatis.inter
) first principal components, and the principal scores.
Rachid Boumaza, Pierre Santagostini, Smail Yousfi, Gilles Hunault, Sabine Demotes-Mainard
Lavit, C., Escoufier, Y., Sabatier, R., Traissac, P. (1994). The ACT (STATIS method). Computational Statistics & Data Analysis, 18 (1994), 97-119.
dstatis.inter; plot.dstatis; interpret.dstatis; print.dstatis.
data(roses)
rosesf <- as.folder(roses[,c("Sha","Den","Sym","rose")])
# Dual STATIS on the covariance matrices
result <- dstatis.inter(rosesf, data.scaled = FALSE, group.name = "rose")
print(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.