View source: R/isProportional.R
isProportional | R Documentation |
This function tests if frequency matrix is proportional (all frequencies are proportional within the x-levels).
isProportional(freq)
freq |
matrix of frequencies |
isProportional(matrix(c(33,27,43,38), 2, 2, T)) isProportional(matrix(c(5,10,15,30), 2, 2, T))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.