
The
ait(x, a, h = TRUE)
A matrix with the compositional data.
The value of the power transformation, it has to be between -1 and 1. If zero
values are present it has to be greater than 0. If
A boolean variable. If is TRUE (default value) the multiplication with the
Helmert sub-matrix will take place. When
A matrix with the
The
Clarotto L., Allard D. and Menafoglio A. (2022). A new class of
# NOT RUN {
library(MASS)
x <- as.matrix(fgl[, 2:9])
x <- x / rowSums(x)
y1 <- ait(x, 0.2)
y2 <- ait(x, 1)
rbind( colMeans(y1), colMeans(y2) )
# }
Run the code above in your browser using DataLab