Description Usage Arguments Details
This function takes as input a distance object or distance matrix (values describing distance between pairs of data elements). For each data element, it considers what other points are nearby and ranks them by distance.
1 | MPrankNeighbors(dd, ties = "average", ...)
|
dd |
- matrix of distances between neighbors |
ties |
- character, used to determine how equal ranks are handled by rank function |
... |
- additional arguments passed on to rank |
The output is non-parametric neighborhood object. "x[i,j] = r" implies that data element "j" is the "r-th" one to data element "i".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.