intArray | R Documentation |
Estimates the interaction compositional table with normalization for further analysis according to Egozcue et al. (2015)
intArray(x)
x |
an object of class “intTab” |
Estimates the interaction table using its ilr coordinates.
The interaction array
Matthias Templ
Egozcue, J.J., Pawlowsky-Glahn, V., Templ, M., Hron, K. (2015) Independence in contingency tables using simplicial geometry. Communications in Statistics - Theory and Methods, 44 (18), 3978–3996.
intTab
data(precipitation)
tab1prob <- prop.table(precipitation)
tab1 <- indTab(precipitation)
tabINT <- intTab(tab1prob, tab1)
intArray(tabINT)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.