Learn R Programming

equate (version 0.1-0)

px: Percentile Rank Function

Description

This function returns the percentile ranks for each score point in a frequency distribution.

Usage

px(freqtab)

Arguments

freqtab
two-column matrix of class freqtab, where column 1 specifies the score scale and column 2 the frequencies for each score point

Value

  • Returns a vector of percentile ranks

See Also

fx

Examples

Run this code
x <- freqtab(ACTmath[,2],0:40)
px(x)

Run the code above in your browser using DataLab