isometric logratio transformation
A data transformation according to the isometric logratio transformation is done.
ilr(X)
X |
numeric data frame or matrix |
The ilr transformation is one possibility to transform compositional data to a real space. Afterwards, the transformed data can be analyzed in the usual way.
Returns the transformed data matrix with one dimension less than X.
Peter Filzmoser <P.Filzmoser@tuwien.ac.at>
K. Varmuza and P. Filzmoser: Introduction to Multivariate Statistical Analysis in Chemometrics. CRC Press, Boca Raton, FL, 2009.
data(glass) glass_ilr <- ilr(glass)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.