rank2group2 {predict3d} | R Documentation |
Rank a numeric vector using proportional table and returns a new ordinal vector
Description
Rank a numeric vector using proportional table and returns a new ordinal vector
Usage
rank2group2(x, k = 4)
Arguments
x |
a numeric vector |
k |
a integer specifies how many groups you want to classify. default value is 4 |
[Package predict3d version 0.1.5 Index]