Last chance! 50% off unlimited learning
Sale ends in
bic.mixcompnorm(x, A, type = "alr")
Ryan P. Browne and Paul D. McNicholas (2014). Estimating Common Principal Components in High Dimensions. Advances in Data Analysis and Classification, 8(2), 217-226.
Aitchison J. (1986). The statistical analysis of compositional data. Chapman & Hall.
mix.compnorm, mixnorm.contour, rmixcomp
library(MASS)
x <- iris[, 1:4]
bic.mixcompnorm(x, 6, type = "alr")
bic.mixcompnorm(x, 6, type = "ilr")
Run the code above in your browser using DataLab