isBalanced | R Documentation |
This function tests if frequency matrix is balanced (all frequencies are equal).
isBalanced(freq)
freq |
matrix of frequencies |
isBalanced(matrix(c(33,27,43,38), 2, 2, T)) isBalanced(matrix(c(30,30,30,30), 2, 2, T))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.