Learn R Programming

percentiles

R package to calculate (stratified) percentiles

very short installation instructions

  • clone the 'percentiles' repository
  • build the source or binary file using Rtools
  • install the package using install.packages("path/to/package_file", repos=NULL)
  • call library(percentiles) in your code and use like with any other package

Copy Link

Version

Install

install.packages('percentiles')

Monthly Downloads

17

Version

0.2.2

License

GPL-3

Maintainer

J. Marquardt

Last Published

April 8th, 2021

Functions in percentiles (0.2.2)

Stratified_percentile_calculator_generator

R6 Class representing a compund of data and methods used to calculate stratified percentiles
calculate_percentiles

Calculate percentiles
calculate_stratified_percentiles

Calculate stratified percentiles