powered by
This function computes percentile ranks for each row in your data like Excel's PERCENT_RANK
percRank(x)
X is your variable of interest
vector of percentile ranks
Other Misc: AutoH2OTextPrepScoring, ChartTheme, PrintObjectsSize, RemixTheme, SimpleCap, multiplot, tempDatesFun, tokenizeH2O
AutoH2OTextPrepScoring
ChartTheme
PrintObjectsSize
RemixTheme
SimpleCap
multiplot
tempDatesFun
tokenizeH2O
# NOT RUN { data <- data.table::data.table(A = runif(100)) data[, Rank := percRank(A)] data <- data.table::data.table(A = runif(100)) data[, Percentile := percRank(A)] # }
Run the code above in your browser using DataLab