Description Usage Arguments Value Author(s) Examples
Get the unique values and count the numbers of them in a sample
1 | countUnique(x)
|
x |
A sample of data |
A two-column matrix, the first column records the unique values and the second column are the correponding numbers of the unique values
Wayne Oldford and Xiaomei Yu
1 | countUnique(c(1,4,5,2,1,1,4,2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.