Function takes data frame and ordering as arguments and returns ordered named vector with frequencies of all unique rows in the data frame
1 | biqq_binary_classes(df, ordering = c(1, 5, 3, 7, 2, 6, 4, 8))
|
df |
Data frame. Consists of all observed binary data |
ordering |
Numeric vector. Vectors of ordering for all unique combinations in the output frequencies vector |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.