View source: R/other_functions.R
Percent.Rank | R Documentation |
This function calculates percentage rank same as the "PERCENTRANK.INC()" in Excel.
Percent.Rank(data, signif = 3, percent = TRUE)
data |
numeric vector. Vector of numeric values. |
signif |
integer. A numeric value representing significant decimal digits. |
percent |
logical. Default is TRUE. If FALSE, the results are in ratio. If TRUE, the results are in percentage. |
An numeric vector.
## Not run:
Percent.Rank(data, signif = 3, percent = TRUE)
Percent.Rank(data, signif = 5, percent = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.