robCompositions (version 2.1.0)

rSDev: Relative simplicial deviance

Description

Relative simplicial deviance

Usage

rSDev(x, y)

Arguments

x

a propability table

y

an interaction table

Value

The relative simplicial deviance

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.

Examples

Run this code
# NOT RUN {
data(precipitation) 
tabprob <- prop.table(precipitation)
tabind <- indTab(precipitation)
tabint <- intTab(tabprob, tabind)
rSDev(tabprob, tabint$intTab)
# }

Run the code above in your browser using DataLab