Performs the calculations for the hypothesis of equal centers with different covariance for two diferent samples, using Compositional Data Analysis (CoDA) principles.
CoDA_2Group_H3(comp1, comp2)
comp1 | A matrix or data frame of observations for composition 1. Entries must be non-zero and positive. |
---|---|
comp2 | A matrix or data frame of observations for composition 2. Entries must be non-zero and positive. |
A tibble with the statistic (Q), degrees of freedom (nu), p-value, and null hypothesis (H0)
Pawlowsky-Hlahn, V., Egozcue, J.J & Tolosna-Delgado, R. (2015). Modeling and analysis of compositional data. John Wiley & Sons.
Aitchison, J. (1986). The statistical analysis of compositional data. Chapman and Hall.
data("Hongite", package = 'compositions') data("Kongite", package = 'compositions') CoDA_2Group_H3(Hongite,Kongite)#> # A tibble: 1 × 4 #> Q nu pval H0 #> <dbl> <int> <dbl> <chr> #> 1 33.6 4 0.000000893 equal centers with different covariance