robCompositions (version 2.1.0)

intArray: Interaction array

Description

Estimates the interaction compositional table with normalization for further analysis according to Egozcue et al. (2015)

Usage

intArray(x)

Arguments

x

an object of class “intTab”

Value

The interaction array

Details

Estimates the interaction table using its ilr coordinates.

References

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.

See Also

intTab

Examples

Run this code
# NOT RUN {
data(precipitation) 
tab1prob <- prop.table(precipitation)
tab1 <- indTab(precipitation)
tabINT <- intTab(tab1prob, tab1)
intArray(tabINT)
# }

Run the code above in your browser using DataLab