powered by
mixnorm.contour(x, mod)
mix.compnorm
Aitchison J. (1986). The statistical analysis of compositional data. Chapman & Hall.
mix.compnorm, bic.mixcompnorm, diri.contour
x <- iris[, 1:3] x <- x / rowSums(x) mod <- mix.compnorm(x, 3, model = "EII") mixnorm.contour(x, mod)
Run the code above in your browser using DataLab