prank: Compute percentile rank

View source: R/prank.r

prankR Documentation

Compute percentile rank

Description

Compute percentile rank

Usage

prank(x)

Arguments

x

A vector

Examples

x <- c(1, 2, NA, 10)
prank(x)
prank(airquality$Ozone)

pbreheny/breheny documentation built on Feb. 18, 2025, 5:07 a.m.