Description Usage Arguments Value Author(s) Examples
View source: R/PLMIXfunctions.R
Construct the frequency distribution of the distinct observed sequences from the dataset of individual rankings/orderings.
1 |
data |
Numeric NxK data matrix of observed individual sequences. |
Numeric matrix of the distinct observed sequences with the corresponding frequencies indicated in the last (K+1)-th column.
Cristina Mollica and Luca Tardella
1 2 3 | ## Frequency distribution for the APA top-ordering dataset
data(d_apa)
unit_to_freq(data=d_apa)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.