Testing discrete distribution over two variables \(B,C\).

BCMUDIM.frequency
000.5
010.5
data(Kappa)

Format

An object of class Distribution;

Examples

data(Kappa) getVariables(Kappa)
#> [1] "B" "C"
dim(Kappa)
#> [1] 2
dTable(Kappa)
#> B C MUDIM.frequency #> 1: 0 0 0.5 #> 2: 0 1 0.5