Description Usage Arguments Value See Also Examples
Gives a one-to-one mapping from unique observations to rows of a data matrix.
1 | partuniq(x)
|
x |
Matrix of observations. |
A vector of length nrow(x)
with integer entries. An observation
k
is assigned an integer i
whenever observation i
is the first row of x
that is identical to observation k
(note that i <= k
).
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.