View source: R/RenormInertiaExpo.R
renormInertiaExPo | R Documentation |
ExPosition analysis
.renormInertiaExPo
: renorms
the output of an ExPosition
function (e.g.,
epCA, epPCA, epMCA
) to a given constant.
After normalization, all the objects whose inertia
depends upon the data will now have their inertia
equal to the new specified inertia.
The normalization constant can be a scalar, or
can be the output of a previous
ExPosition
analysis, in this last case
the inertia is the inertia
of the table used in this previous analysis.
renormInertiaExPo(resExpo, newNorm = NULL)
resExpo |
the output of an n |
newNorm |
The new norm (Default: |
All the dataframes in resExpo
whose norm depends upon the data
(i.e., fi, fj, di, dj, pdq$Dv, pdq$Dd, eigs
)
are renormed in the output.
The renormed ExPosition
output.
Hervé Abdi
firstpos
, firstpos4ExPo
## Not run:
data("mtcars") # use the mtcars data set
resPCA.normed <- renormInertiaExPo(epPCA(mtcars, graphs = FALSE), ncol(mtcars))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.