powered by
Calculates expected values of a multidimensional contingency table
getExpectedValues(x)
table (matrix or array)
an array containing the expected values
# NOT RUN { x <- array(c(1:8), dim=c(2,2,2)) getExpectedValues(x) # }
Run the code above in your browser using DataLab