Description Usage Arguments Value Examples
Calculates expected values of a multidimensional contingency table
1 |
x |
table (matrix or array) |
an array containing the expected values
1 2 | x <- array(c(1:8), dim=c(2,2,2))
getExpectedValues(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.